Html Css Color HEX #407675 Ming

📋 copy color: '#407675'

red 64 ◦ green 118 ◦ blue 117

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

Shades of Ming #407675

Tints of Ming #407675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 21.4%
G = 39.46%
B = 39.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#407675 (or 0x407675) is known color: Ming. HEX triplet: 40, 76 and 75. RGB value is (64,118,117). Sum of RGB (Red+Green+Blue) = 64+118+117=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #407675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407675 is #BF898A. Grayscale: #656565. Windows color (decimal): -12552587 or 7697984. OLE color: 7697984.

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

Color convert

RGB 64 118 117 -
CMYK 0.46 0 0.01 0.54
HSL 178.89º 0.3% 0.36% -
HSV(B) 178.89º 0.46% 0.46% -
XYZ 11.8 15.33 19.17 -
YUV 101.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 64 118 117 0.46 0 0.01 0.54 178.89 0.3 0.36
Hex 40 76 75 2E 0 1 36 B3 1E 24
Octal 100 166 165 56 0 1 66 263 36 44
Binary 1000000 1110110 1110101 101110 0 1 110110 10110011 11110 100100

Color Harmonies of #407675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407675

Black with #407675

Text Example


Text Example

White with #407675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407675; }

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

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

background-color css

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

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

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

border-color css

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

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

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