Html Css Color HEX #407672 Ming

📋 copy color: '#407672'

red 64 ◦ green 118 ◦ blue 114

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

Shades of Ming #407672

Tints of Ming #407672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 21.62%
G = 39.86%
B = 38.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#407672 (or 0x407672) is known color: Ming. HEX triplet: 40, 76 and 72. RGB value is (64,118,114). Sum of RGB (Red+Green+Blue) = 64+118+114=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #407672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407672 is #BF898D. Grayscale: #656565. Windows color (decimal): -12552590 or 7501376. OLE color: 7501376.

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

Color convert

RGB 64 118 114 -
CMYK 0.46 0 0.03 0.54
HSL 175.56º 0.3% 0.36% -
HSV(B) 175.56º 0.46% 0.46% -
XYZ 11.63 15.26 18.25 -
YUV 101.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 64 118 114 0.46 0 0.03 0.54 175.56 0.3 0.36
Hex 40 76 72 2E 0 3 36 B0 1E 24
Octal 100 166 162 56 0 3 66 260 36 44
Binary 1000000 1110110 1110010 101110 0 11 110110 10110000 11110 100100

Color Harmonies of #407672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407672

Black with #407672

Text Example


Text Example

White with #407672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407672; }

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

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

background-color css

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

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

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

border-color css

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

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

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