#407775

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

Shades of Ming #407775

Tints of Ming #407775

Color information

#407775 (or 0x407775) is unknown color: approx Ming. HEX triplet: 40, 77 and 75. RGB value is (64,119,117). Sum of RGB (Red+Green+Blue) = 64+119+117=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #407775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407775 is #BF888A. Grayscale: #666666. Windows color (decimal): -12552331 or 7698240. OLE color: 7698240.

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

Color convert

RGB64119117-
CMYK0.4600.020.53
HSL177.82º30.05%35.88%-
HSV(B)177.82º46.22%46.67%-
XYZ11.9215.5719.21-
YUV102.33136.28100.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 117 (46.09% from 255) = 39%
R=21.33%
G=39.67%
B=39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191170.4600.020.53177.8230.0535.88
Hex4077752E0235b21e24
Octal1001671655602652623644
Binary1000000111011111101011011100101101011011001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407775; }

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

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

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

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

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

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

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

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