#37777B

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

Shades of Ming #37777B

Tints of Ming #37777B

Color information

#37777B (or 0x37777B) is unknown color: approx Ming. HEX triplet: 37, 77 and 7B. RGB value is (55,119,123). Sum of RGB (Red+Green+Blue) = 55+119+123=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #37777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37777B is #C88884. Grayscale: #646464. Windows color (decimal): -13142149 or 8091447. OLE color: 8091447.

HSL color Cylindrical-coordinate representation of color #37777B: hue angle of 183.53º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37777B is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB55119123-
CMYK0.550.0300.52
HSL183.53º38.2%34.9%-
HSV(B)183.53º55.28%48.24%-
XYZ11.7515.4421.1-
YUV100.32140.895.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=18.52%
G=40.07%
B=41.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551191230.550.0300.52183.5338.234.9
Hex37777B373034b82623
Octal671671736730642704643
Binary1101111110111111101111011111011010010111000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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