Html Css Color HEX #72466B Eminence

📋 copy color: '#72466B'

red 114 ◦ green 70 ◦ blue 107

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

Shades of Eminence #72466B

Tints of Eminence #72466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

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

R = 39.18%
G = 24.05%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72466B (or 0x72466B) is known color: Eminence. HEX triplet: 72, 46 and 6B. RGB value is (114,70,107). Sum of RGB (Red+Green+Blue) = 114+70+107=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72466B is #8DB994. Grayscale: #575757. Windows color (decimal): -9288085 or 7030386. OLE color: 7030386.

HSL color Cylindrical-coordinate representation of color #72466B: hue angle of 309.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72466B is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 70 107 -
CMYK 0 0.39 0.06 0.55
HSL 309.55º 0.24% 0.36% -
HSV(B) 309.55º 0.39% 0.45% -
XYZ 11.78 9.02 15.03 -
YUV 87.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 114 70 107 0 0.39 0.06 0.55 309.55 0.24 0.36
Hex 72 46 6B 0 27 6 37 136 18 24
Octal 162 106 153 0 47 6 67 466 30 44
Binary 1110010 1000110 1101011 0 100111 110 110111 100110110 11000 100100

Color Harmonies of #72466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72466B

Black with #72466B

Text Example


Text Example

White with #72466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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