#37787F

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

Shades of Ming #37787F

Tints of Ming #37787F

Color information

#37787F (or 0x37787F) is unknown color: approx Ming. HEX triplet: 37, 78 and 7F. RGB value is (55,120,127). Sum of RGB (Red+Green+Blue) = 55+120+127=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #37787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37787F is #C88780. Grayscale: #656565. Windows color (decimal): -13141889 or 8353847. OLE color: 8353847.

HSL color Cylindrical-coordinate representation of color #37787F: hue angle of 185.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37787F is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB55120127-
CMYK0.570.0600.50
HSL185.83º39.56%35.69%-
HSV(B)185.83º56.69%49.8%-
XYZ12.1215.7822.49-
YUV101.36142.4794.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.21%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 127 (50% from 255) = 42.05%
R=18.21%
G=39.74%
B=42.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551201270.570.0600.50185.8339.5635.69
Hex37787F396032ba2824
Octal671701777160622725044
Binary11011111110001111111111001110011001010111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37787F; }

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

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

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

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

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

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

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

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