Html Css Color HEX #72476C Eminence

📋 copy color: '#72476C'

red 114 ◦ green 71 ◦ blue 108

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

Shades of Eminence #72476C

Tints of Eminence #72476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 38.91%
G = 24.23%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72476C (or 0x72476C) is known color: Eminence. HEX triplet: 72, 47 and 6C. RGB value is (114,71,108). Sum of RGB (Red+Green+Blue) = 114+71+108=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72476C is #8DB893. Grayscale: #575757. Windows color (decimal): -9287828 or 7096178. OLE color: 7096178.

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

Color convert

RGB 114 71 108 -
CMYK 0 0.38 0.05 0.55
HSL 308.37º 0.23% 0.36% -
HSV(B) 308.37º 0.38% 0.45% -
XYZ 11.9 9.17 15.33 -
YUV 88.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 114 71 108 0 0.38 0.05 0.55 308.37 0.23 0.36
Hex 72 47 6C 0 26 5 37 134 17 24
Octal 162 107 154 0 46 5 67 464 27 44
Binary 1110010 1000111 1101100 0 100110 101 110111 100110100 10111 100100

Color Harmonies of #72476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72476C

Black with #72476C

Text Example


Text Example

White with #72476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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