Html Css Color HEX #407676 Ming

📋 copy color: '#407676'

red 64 ◦ green 118 ◦ blue 118

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

Shades of Ming #407676

Tints of Ming #407676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.33%

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

R = 21.33%
G = 39.33%
B = 39.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#407676 (or 0x407676) is known color: Ming. HEX triplet: 40, 76 and 76. RGB value is (64,118,118). Sum of RGB (Red+Green+Blue) = 64+118+118=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #407676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407676 is #BF8989. Grayscale: #656565. Windows color (decimal): -12552586 or 7763520. OLE color: 7763520.

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

Color convert

RGB 64 118 118 -
CMYK 0.46 0 0 0.54
HSL 180º 0.3% 0.36% -
HSV(B) 180º 0.46% 0.46% -
XYZ 11.86 15.35 19.48 -
YUV 101.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 64 118 118 0.46 0 0 0.54 180 0.3 0.36
Hex 40 76 76 2E 0 0 36 B4 1E 24
Octal 100 166 166 56 0 0 66 264 36 44
Binary 1000000 1110110 1110110 101110 0 0 110110 10110100 11110 100100

Color Harmonies of #407676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407676

Black with #407676

Text Example


Text Example

White with #407676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407676; }

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

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

background-color css

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

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

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

border-color css

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

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

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