#407776

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

Shades of Ming #407776

Tints of Ming #407776

Color information

#407776 (or 0x407776) is unknown color: approx Ming. HEX triplet: 40, 77 and 76. RGB value is (64,119,118). Sum of RGB (Red+Green+Blue) = 64+119+118=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #407776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407776 is #BF8889. Grayscale: #666666. Windows color (decimal): -12552330 or 7763776. OLE color: 7763776.

HSL color Cylindrical-coordinate representation of color #407776: hue angle of 178.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407776 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB64119118-
CMYK0.4600.010.53
HSL178.91º30.05%35.88%-
HSV(B)178.91º46.22%46.67%-
XYZ11.9815.5919.52-
YUV102.44136.78100.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=21.26%
G=39.53%
B=39.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191180.4600.010.53178.9130.0535.88
Hex4077762E0135b31e24
Octal1001671665601652633644
Binary100000011101111110110101110011101011011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407776; }

 p { color: rgb(64,119,118); }

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

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

 a { background-color: rgb(64,119,118); }

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

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

 span { border-color: rgb(64,119,118); }

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