Html Css Color HEX #407776 Ming

📋 copy color: '#407776'

red 64 ◦ green 119 ◦ blue 118

#407776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #407776

Tints of Ming #407776

RGB

 RED value IS 64 (25.39% from 255) = 21.26%

 GREEN value IS 119 (46.88% from 255) = 39.53%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 21.26%
G = 39.53%
B = 39.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#407776 (or 0x407776) is known color: Ming. HEX triplet: 40, 77 and 76. RGB value is (64,119,118). Sum of RGB (Red+Green+Blue) = 64+119+118=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #407776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407776 is #BF8889. Grayscale: #666666. Windows color (decimal): -12552330 or 7763776. OLE color: 7763776.

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

Color convert

RGB 64 119 118 -
CMYK 0.46 0 0.01 0.53
HSL 178.91º 0.3% 0.36% -
HSV(B) 178.91º 0.46% 0.47% -
XYZ 11.98 15.59 19.52 -
YUV 102.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 64 119 118 0.46 0 0.01 0.53 178.91 0.3 0.36
Hex 40 77 76 2E 0 1 35 B3 1E 24
Octal 100 167 166 56 0 1 65 263 36 44
Binary 1000000 1110111 1110110 101110 0 1 110101 10110011 11110 100100

Color Harmonies of #407776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407776

Black with #407776

Text Example


Text Example

White with #407776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407776; }

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

 H1.HeaderClassName
 {
   color: #407776;
 }
 .AnyTagClassName
 {
   color: #407776;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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