#37777D

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

Shades of Ming #37777D

Tints of Ming #37777D

Color information

#37777D (or 0x37777D) is unknown color: approx Ming. HEX triplet: 37, 77 and 7D. RGB value is (55,119,125). Sum of RGB (Red+Green+Blue) = 55+119+125=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #37777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37777D is #C88882. Grayscale: #646464. Windows color (decimal): -13142147 or 8222519. OLE color: 8222519.

HSL color Cylindrical-coordinate representation of color #37777D: hue angle of 185.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37777D is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB55119125-
CMYK0.560.0500.51
HSL185.14º38.89%35.29%-
HSV(B)185.14º56%49.02%-
XYZ11.8715.4921.77-
YUV100.55141.895.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=18.39%
G=39.80%
B=41.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551191250.560.0500.51185.1438.8935.29
Hex37777D385033b92723
Octal671671757050632714743
Binary11011111101111111101111000101011001110111001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37777D; }

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

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

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

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

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

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

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

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