#377677

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

Shades of Ming #377677

Tints of Ming #377677

Color information

#377677 (or 0x377677) is unknown color: approx Ming. HEX triplet: 37, 76 and 77. RGB value is (55,118,119). Sum of RGB (Red+Green+Blue) = 55+118+119=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #377677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377677 is #C88988. Grayscale: #636363. Windows color (decimal): -13142409 or 7829047. OLE color: 7829047.

HSL color Cylindrical-coordinate representation of color #377677: hue angle of 180.94º 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 #377677 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB55118119-
CMYK0.540.0100.53
HSL180.94º36.78%34.12%-
HSV(B)180.94º53.78%46.67%-
XYZ11.3815.119.77-
YUV99.28139.1396.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=18.84%
G=40.41%
B=40.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551181190.540.0100.53180.9436.7834.12
Hex377677361035b52522
Octal671661676610652654542
Binary110111111011011101111101101011010110110101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377677; }

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

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

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

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

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

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

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

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