Html Css Color HEX #724C70 Eminence

📋 copy color: '#724C70'

red 114 ◦ green 76 ◦ blue 112

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

Shades of Eminence #724C70

Tints of Eminence #724C70

RGB

 RED value IS 114 (44.92% from 255) = 37.75%

 GREEN value IS 76 (30.08% from 255) = 25.17%

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 37.75%
G = 25.17%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#724C70 (or 0x724C70) is known color: Eminence. HEX triplet: 72, 4C and 70. RGB value is (114,76,112). Sum of RGB (Red+Green+Blue) = 114+76+112=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #724C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C70 is #8DB38F. Grayscale: #5B5B5B. Windows color (decimal): -9286544 or 7359602. OLE color: 7359602.

HSL color Cylindrical-coordinate representation of color #724C70: hue angle of 303.16º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #724C70 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 76 112 -
CMYK 0 0.33 0.02 0.55
HSL 303.16º 0.2% 0.37% -
HSV(B) 303.16º 0.33% 0.45% -
XYZ 12.45 9.92 16.59 -
YUV 91.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 114 76 112 0 0.33 0.02 0.55 303.16 0.2 0.37
Hex 72 4C 70 0 21 2 37 12F 14 25
Octal 162 114 160 0 41 2 67 457 24 45
Binary 1110010 1001100 1110000 0 100001 10 110111 100101111 10100 100101

Color Harmonies of #724C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C70

Black with #724C70

Text Example


Text Example

White with #724C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724C70; }

 p { color: rgb(114,76,112); }

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

background-color css

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

 a { background-color: rgb(114,76,112); }

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

border-color css

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

 span { border-color: rgb(114,76,112); }

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