Html Css Color HEX #407572 Ming

📋 copy color: '#407572'

red 64 ◦ green 117 ◦ blue 114

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

Shades of Ming #407572

Tints of Ming #407572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

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

R = 21.69%
G = 39.66%
B = 38.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#407572 (or 0x407572) is known color: Ming. HEX triplet: 40, 75 and 72. RGB value is (64,117,114). Sum of RGB (Red+Green+Blue) = 64+117+114=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #407572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407572 is #BF8A8D. Grayscale: #646464. Windows color (decimal): -12552846 or 7501120. OLE color: 7501120.

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

Color convert

RGB 64 117 114 -
CMYK 0.45 0 0.03 0.54
HSL 176.6º 0.29% 0.35% -
HSV(B) 176.6º 0.45% 0.46% -
XYZ 11.51 15.03 18.21 -
YUV 100.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 64 117 114 0.45 0 0.03 0.54 176.6 0.29 0.35
Hex 40 75 72 2D 0 3 36 B1 1D 23
Octal 100 165 162 55 0 3 66 261 35 43
Binary 1000000 1110101 1110010 101101 0 11 110110 10110001 11101 100011

Color Harmonies of #407572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407572

Black with #407572

Text Example


Text Example

White with #407572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407572; }

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

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

background-color css

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

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

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

border-color css

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

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

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