#377779

Color #377779 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #377779

Tints of Ming #377779

Color information

#377779 (or 0x377779) is unknown color: approx Ming. HEX triplet: 37, 77 and 79. RGB value is (55,119,121). Sum of RGB (Red+Green+Blue) = 55+119+121=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #377779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377779 is #C88886. Grayscale: #646464. Windows color (decimal): -13142151 or 7960375. OLE color: 7960375.

HSL color Cylindrical-coordinate representation of color #377779: hue angle of 181.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377779 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB55119121-
CMYK0.550.0200.53
HSL181.82º37.5%34.51%-
HSV(B)181.82º54.55%47.45%-
XYZ11.6215.3920.45-
YUV100.09139.895.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=18.64%
G=40.34%
B=41.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551191210.550.0200.53181.8237.534.51
Hex377779372035b62623
Octal671671716720652664643
Binary1101111110111111100111011110011010110110110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377779; }

 p { color: rgb(55,119,121); }

 H1.HeaderClassName
 {
   color: #377779;
 }
 .AnyTagClassName
 {
   color: #377779;
 }
</style>
background-color css

<style>
 a { background-color: #377779; }

 a { background-color: rgb(55,119,121); }

 div.DivClassName
 {
   background-color: #377779;
 }
 .BgClassName
 {
   background-color: #377779;
 }
</style>
border-color css

<style>
 span { border-color: #377779; }

 span { border-color: rgb(55,119,121); }

 td.TdClassName
 {
   border-color: #377779;
 }
 .TagClassName
 {
   border-color: #377779;
 }
</style>