#407877

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

Shades of Ming #407877

Tints of Ming #407877

Color information

#407877 (or 0x407877) is unknown color: approx Ming. HEX triplet: 40, 78 and 77. RGB value is (64,120,119). Sum of RGB (Red+Green+Blue) = 64+120+119=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #407877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407877 is #BF8788. Grayscale: #676767. Windows color (decimal): -12552073 or 7829568. OLE color: 7829568.

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

Color convert

RGB64120119-
CMYK0.4700.010.53
HSL178.93º30.43%36.08%-
HSV(B)178.93º46.67%47.06%-
XYZ12.1615.8519.87-
YUV103.14136.95100.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=21.12%
G=39.60%
B=39.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641201190.4700.010.53178.9330.4336.08
Hex4078772F0135b31e24
Octal1001701675701652633644
Binary100000011110001110111101111011101011011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407877; }

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

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

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

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

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

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

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

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