#377777

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

Shades of Ming #377777

Tints of Ming #377777

Color information

#377777 (or 0x377777) is unknown color: approx Ming. HEX triplet: 37, 77 and 77. RGB value is (55,119,119). Sum of RGB (Red+Green+Blue) = 55+119+119=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #377777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377777 is #C88888. Grayscale: #636363. Windows color (decimal): -13142153 or 7829303. OLE color: 7829303.

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

Color convert

RGB55119119-
CMYK0.54000.53
HSL180º36.78%34.12%-
HSV(B)180º53.78%46.67%-
XYZ11.515.3419.81-
YUV99.86138.896-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=18.77%
G=40.61%
B=40.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551191190.54000.5318036.7834.12
Hex377777360035b42522
Octal671671676600652644542
Binary110111111011111101111101100011010110110100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377777; }

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

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

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

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

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

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

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

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