#377774

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

Shades of Ming #377774

Tints of Ming #377774

Color information

#377774 (or 0x377774) is unknown color: approx Ming. HEX triplet: 37, 77 and 74. RGB value is (55,119,116). Sum of RGB (Red+Green+Blue) = 55+119+116=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #377774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377774 is #C8888B. Grayscale: #636363. Windows color (decimal): -13142156 or 7632695. OLE color: 7632695.

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

Color convert

RGB55119116-
CMYK0.5400.030.53
HSL177.19º36.78%34.12%-
HSV(B)177.19º53.78%46.67%-
XYZ11.3215.2718.87-
YUV99.52137.396.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 119 (46.88% from 255) = 41.03%
BLUE value IS 116 (45.70% from 255) = 40%
R=18.97%
G=41.03%
B=40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551191160.5400.030.53177.1936.7834.12
Hex377774360335b12522
Octal671671646603652614542
Binary1101111110111111010011011001111010110110001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377774; }

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

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

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

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

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

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

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

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