Html Css Color HEX #72476B Eminence

📋 copy color: '#72476B'

red 114 ◦ green 71 ◦ blue 107

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

Shades of Eminence #72476B

Tints of Eminence #72476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 39.04%
G = 24.32%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72476B (or 0x72476B) is known color: Eminence. HEX triplet: 72, 47 and 6B. RGB value is (114,71,107). Sum of RGB (Red+Green+Blue) = 114+71+107=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #72476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72476B is #8DB894. Grayscale: #575757. Windows color (decimal): -9287829 or 7030642. OLE color: 7030642.

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

Color convert

RGB 114 71 107 -
CMYK 0 0.38 0.06 0.55
HSL 309.77º 0.23% 0.36% -
HSV(B) 309.77º 0.38% 0.45% -
XYZ 11.85 9.15 15.05 -
YUV 87.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 114 71 107 0 0.38 0.06 0.55 309.77 0.23 0.36
Hex 72 47 6B 0 26 6 37 136 17 24
Octal 162 107 153 0 46 6 67 466 27 44
Binary 1110010 1000111 1101011 0 100110 110 110111 100110110 10111 100100

Color Harmonies of #72476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72476B

Black with #72476B

Text Example


Text Example

White with #72476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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