Html Css Color HEX #724474 Eminence

📋 copy color: '#724474'

red 114 ◦ green 68 ◦ blue 116

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

Shades of Eminence #724474

Tints of Eminence #724474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 38.26%
G = 22.82%
B = 38.93%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#724474 (or 0x724474) is known color: Eminence. HEX triplet: 72, 44 and 74. RGB value is (114,68,116). Sum of RGB (Red+Green+Blue) = 114+68+116=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #724474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724474 is #8DBB8B. Grayscale: #575757. Windows color (decimal): -9288588 or 7619698. OLE color: 7619698.

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

Color convert

RGB 114 68 116 -
CMYK 0.02 0.41 0 0.55
HSL 297.5º 0.26% 0.36% -
HSV(B) 297.5º 0.41% 0.45% -
XYZ 12.16 8.97 17.61 -
YUV 87.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 114 68 116 0.02 0.41 0 0.55 297.5 0.26 0.36
Hex 72 44 74 2 29 0 37 12A 1A 24
Octal 162 104 164 2 51 0 67 452 32 44
Binary 1110010 1000100 1110100 10 101001 0 110111 100101010 11010 100100

Color Harmonies of #724474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724474

Black with #724474

Text Example


Text Example

White with #724474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724474; }

 p { color: rgb(114,68,116); }

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

background-color css

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

 a { background-color: rgb(114,68,116); }

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

border-color css

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

 span { border-color: rgb(114,68,116); }

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