#76436E

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

Shades of Eminence #76436E

Tints of Eminence #76436E

Color information

#76436E (or 0x76436E) is unknown color: approx Eminence. HEX triplet: 76, 43 and 6E. RGB value is (118,67,110). Sum of RGB (Red+Green+Blue) = 118+67+110=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76436E is #89BC91. Grayscale: #575757. Windows color (decimal): -9026706 or 7226230. OLE color: 7226230.

HSL color Cylindrical-coordinate representation of color #76436E: hue angle of 309.41º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76436E is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11867110-
CMYK00.430.070.54
HSL309.41º27.57%36.27%-
HSV(B)309.41º43.22%46.27%-
XYZ12.298.9915.84-
YUV87.15140.9150-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=40%
G=22.71%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186711000.430.070.54309.4127.5736.27
Hex76436E02B7361351c24
Octal1661031560537664653444
Binary111011010000111101110010101111111011010011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76436E; }

 p { color: rgb(118,67,110); }

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

<style>
 a { background-color: #76436E; }

 a { background-color: rgb(118,67,110); }

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

<style>
 span { border-color: #76436E; }

 span { border-color: rgb(118,67,110); }

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