#37787D

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

Shades of Ming #37787D

Tints of Ming #37787D

Color information

#37787D (or 0x37787D) is unknown color: approx Ming. HEX triplet: 37, 78 and 7D. RGB value is (55,120,125). Sum of RGB (Red+Green+Blue) = 55+120+125=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #37787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37787D is #C88782. Grayscale: #656565. Windows color (decimal): -13141891 or 8222775. OLE color: 8222775.

HSL color Cylindrical-coordinate representation of color #37787D: hue angle of 184.29º 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 #37787D is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB55120125-
CMYK0.560.0400.51
HSL184.29º38.89%35.29%-
HSV(B)184.29º56%49.02%-
XYZ11.9915.7321.81-
YUV101.14141.4795.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 125 (49.22% from 255) = 41.67%
R=18.33%
G=40%
B=41.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551201250.560.0400.51184.2938.8935.29
Hex37787D384033b82723
Octal671701757040632704743
Binary11011111110001111101111000100011001110111000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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