Html Css Color HEX #724F76 Eminence

📋 copy color: '#724F76'

red 114 ◦ green 79 ◦ blue 118

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

Shades of Eminence #724F76

Tints of Eminence #724F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.4%

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

R = 36.66%
G = 25.4%
B = 37.94%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#724F76 (or 0x724F76) is known color: Eminence. HEX triplet: 72, 4F and 76. RGB value is (114,79,118). Sum of RGB (Red+Green+Blue) = 114+79+118=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #724F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F76 is #8DB089. Grayscale: #5D5D5D. Windows color (decimal): -9285770 or 7753586. OLE color: 7753586.

HSL color Cylindrical-coordinate representation of color #724F76: hue angle of 293.85º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #724F76 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 79 118 -
CMYK 0.03 0.33 0 0.54
HSL 293.85º 0.2% 0.39% -
HSV(B) 293.85º 0.33% 0.46% -
XYZ 13.01 10.48 18.48 -
YUV 93.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 114 79 118 0.03 0.33 0 0.54 293.85 0.2 0.39
Hex 72 4F 76 3 21 0 36 126 14 27
Octal 162 117 166 3 41 0 66 446 24 47
Binary 1110010 1001111 1110110 11 100001 0 110110 100100110 10100 100111

Color Harmonies of #724F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F76

Black with #724F76

Text Example


Text Example

White with #724F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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