#72436A

Color #72436A Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #72436A

Tints of Eminence #72436A

Color information

#72436A (or 0x72436A) is unknown color: approx Eminence. HEX triplet: 72, 43 and 6A. RGB value is (114,67,106). Sum of RGB (Red+Green+Blue) = 114+67+106=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72436A is #8DBC95. Grayscale: #555555. Windows color (decimal): -9288854 or 6964082. OLE color: 6964082.

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

Color convert

RGB11467106-
CMYK00.410.070.55
HSL310.21º25.97%35.49%-
HSV(B)310.21º41.23%44.71%-
XYZ11.558.6314.69-
YUV85.5139.57148.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=39.72%
G=23.34%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146710600.410.070.55310.2125.9735.49
Hex72436A0297371361a23
Octal1621031520517674663243
Binary111001010000111101010010100111111011110011011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72436A; }

 p { color: rgb(114,67,106); }

 H1.HeaderClassName
 {
   color: #72436A;
 }
 .AnyTagClassName
 {
   color: #72436A;
 }
</style>
background-color css

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

 a { background-color: rgb(114,67,106); }

 div.DivClassName
 {
   background-color: #72436A;
 }
 .BgClassName
 {
   background-color: #72436A;
 }
</style>
border-color css

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

 span { border-color: rgb(114,67,106); }

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