Html Css Color HEX #72476D Eminence

📋 copy color: '#72476D'

red 114 ◦ green 71 ◦ blue 109

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

Shades of Eminence #72476D

Tints of Eminence #72476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 38.78%
G = 24.15%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72476D (or 0x72476D) is known color: Eminence. HEX triplet: 72, 47 and 6D. RGB value is (114,71,109). Sum of RGB (Red+Green+Blue) = 114+71+109=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72476D is #8DB892. Grayscale: #585858. Windows color (decimal): -9287827 or 7161714. OLE color: 7161714.

HSL color Cylindrical-coordinate representation of color #72476D: hue angle of 306.98º 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 #72476D is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 71 109 -
CMYK 0 0.38 0.04 0.55
HSL 306.98º 0.23% 0.36% -
HSV(B) 306.98º 0.38% 0.45% -
XYZ 11.95 9.19 15.61 -
YUV 88.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 114 71 109 0 0.38 0.04 0.55 306.98 0.23 0.36
Hex 72 47 6D 0 26 4 37 133 17 24
Octal 162 107 155 0 46 4 67 463 27 44
Binary 1110010 1000111 1101101 0 100110 100 110111 100110011 10111 100100

Color Harmonies of #72476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72476D

Black with #72476D

Text Example


Text Example

White with #72476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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