#407B77

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

Shades of Ming #407B77

Tints of Ming #407B77

Color information

#407B77 (or 0x407B77) is unknown color: approx Ming. HEX triplet: 40, 7B and 77. RGB value is (64,123,119). Sum of RGB (Red+Green+Blue) = 64+123+119=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #407B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B77 is #BF8488. Grayscale: #686868. Windows color (decimal): -12551305 or 7830336. OLE color: 7830336.

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

Color convert

RGB64123119-
CMYK0.4800.030.52
HSL175.93º31.55%36.67%-
HSV(B)175.93º47.97%48.24%-
XYZ12.5316.5919.99-
YUV104.9135.9598.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 123 (48.44% from 255) = 40.20%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=20.92%
G=40.20%
B=38.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641231190.4800.030.52175.9331.5536.67
Hex407B77300334b02025
Octal1001731676003642604045
Binary10000001111011111011111000001111010010110000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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