Html Css Color HEX #724770 Eminence

📋 copy color: '#724770'

red 114 ◦ green 71 ◦ blue 112

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

Shades of Eminence #724770

Tints of Eminence #724770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

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

R = 38.38%
G = 23.91%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#724770 (or 0x724770) is known color: Eminence. HEX triplet: 72, 47 and 70. RGB value is (114,71,112). Sum of RGB (Red+Green+Blue) = 114+71+112=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #724770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724770 is #8DB88F. Grayscale: #585858. Windows color (decimal): -9287824 or 7358322. OLE color: 7358322.

HSL color Cylindrical-coordinate representation of color #724770: hue angle of 302.79º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #724770 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 71 112 -
CMYK 0 0.38 0.02 0.55
HSL 302.79º 0.23% 0.36% -
HSV(B) 302.79º 0.38% 0.45% -
XYZ 12.12 9.25 16.48 -
YUV 88.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 114 71 112 0 0.38 0.02 0.55 302.79 0.23 0.36
Hex 72 47 70 0 26 2 37 12F 17 24
Octal 162 107 160 0 46 2 67 457 27 44
Binary 1110010 1000111 1110000 0 100110 10 110111 100101111 10111 100100

Color Harmonies of #724770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724770

Black with #724770

Text Example


Text Example

White with #724770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724770; }

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

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

background-color css

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

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

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

border-color css

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

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

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