#407A77

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

Shades of Ming #407A77

Tints of Ming #407A77

Color information

#407A77 (or 0x407A77) is unknown color: approx Ming. HEX triplet: 40, 7A and 77. RGB value is (64,122,119). Sum of RGB (Red+Green+Blue) = 64+122+119=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #407A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A77 is #BF8588. Grayscale: #686868. Windows color (decimal): -12551561 or 7830080. OLE color: 7830080.

HSL color Cylindrical-coordinate representation of color #407A77: hue angle of 176.9º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A77 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB64122119-
CMYK0.4800.020.52
HSL176.9º31.18%36.47%-
HSV(B)176.9º47.54%47.84%-
XYZ12.416.3419.95-
YUV104.32136.2899.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=20.98%
G=40%
B=39.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641221190.4800.020.52176.931.1836.47
Hex407A77300234b11f24
Octal1001721676002642613744
Binary1000000111101011101111100000101101001011000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407A77; }

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

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

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

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

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

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

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

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