Html Css Color HEX #724976 Eminence

📋 copy color: '#724976'

red 114 ◦ green 73 ◦ blue 118

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

Shades of Eminence #724976

Tints of Eminence #724976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 37.38%
G = 23.93%
B = 38.69%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#724976 (or 0x724976) is known color: Eminence. HEX triplet: 72, 49 and 76. RGB value is (114,73,118). Sum of RGB (Red+Green+Blue) = 114+73+118=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #724976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724976 is #8DB689. Grayscale: #5A5A5A. Windows color (decimal): -9287306 or 7752050. OLE color: 7752050.

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

Color convert

RGB 114 73 118 -
CMYK 0.03 0.38 0 0.54
HSL 294.67º 0.24% 0.37% -
HSV(B) 294.67º 0.38% 0.46% -
XYZ 12.59 9.65 18.34 -
YUV 90.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 114 73 118 0.03 0.38 0 0.54 294.67 0.24 0.37
Hex 72 49 76 3 26 0 36 127 18 25
Octal 162 111 166 3 46 0 66 447 30 45
Binary 1110010 1001001 1110110 11 100110 0 110110 100100111 11000 100101

Color Harmonies of #724976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724976

Black with #724976

Text Example


Text Example

White with #724976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724976; }

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

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

background-color css

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

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

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

border-color css

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

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

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