#377877

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

Shades of Ming #377877

Tints of Ming #377877

Color information

#377877 (or 0x377877) is unknown color: approx Ming. HEX triplet: 37, 78 and 77. RGB value is (55,120,119). Sum of RGB (Red+Green+Blue) = 55+120+119=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #377877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377877 is #C88788. Grayscale: #646464. Windows color (decimal): -13141897 or 7829559. OLE color: 7829559.

HSL color Cylindrical-coordinate representation of color #377877: hue angle of 179.08º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377877 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB55120119-
CMYK0.5400.010.53
HSL179.08º37.14%34.31%-
HSV(B)179.08º54.17%47.06%-
XYZ11.6215.5819.85-
YUV100.45138.4795.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=18.71%
G=40.82%
B=40.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551201190.5400.010.53179.0837.1434.31
Hex377877360135b32522
Octal671701676601652634542
Binary110111111100011101111101100111010110110011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377877; }

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

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

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

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

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

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

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

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