#407777

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

Shades of Ming #407777

Tints of Ming #407777

Color information

#407777 (or 0x407777) is unknown color: approx Ming. HEX triplet: 40, 77 and 77. RGB value is (64,119,119). Sum of RGB (Red+Green+Blue) = 64+119+119=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #407777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407777 is #BF8888. Grayscale: #666666. Windows color (decimal): -12552329 or 7829312. OLE color: 7829312.

HSL color Cylindrical-coordinate representation of color #407777: hue angle of 180º 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 #407777 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB64119119-
CMYK0.46000.53
HSL180º30.05%35.88%-
HSV(B)180º46.22%46.67%-
XYZ12.0415.6219.83-
YUV102.56137.28100.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=21.19%
G=39.40%
B=39.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191190.46000.5318030.0535.88
Hex4077772E0035b41e24
Octal1001671675600652643644
Binary100000011101111110111101110001101011011010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407777; }

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

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

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

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

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

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

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

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