#76426F

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

Shades of Eminence #76426F

Tints of Eminence #76426F

Color information

#76426F (or 0x76426F) is unknown color: approx Eminence. HEX triplet: 76, 42 and 6F. RGB value is (118,66,111). Sum of RGB (Red+Green+Blue) = 118+66+111=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76426F is #89BD90. Grayscale: #565656. Windows color (decimal): -9026961 or 7291510. OLE color: 7291510.

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

Color convert

RGB11866111-
CMYK00.440.060.54
HSL308.08º28.26%36.08%-
HSV(B)308.08º44.07%46.27%-
XYZ12.298.916.11-
YUV86.68141.73150.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=40%
G=22.37%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186611100.440.060.54308.0828.2636.08
Hex76426F02C6361341c24
Octal1661021570546664643444
Binary111011010000101101111010110011011011010011010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76426F; }

 p { color: rgb(118,66,111); }

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

<style>
 a { background-color: #76426F; }

 a { background-color: rgb(118,66,111); }

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

<style>
 span { border-color: #76426F; }

 span { border-color: rgb(118,66,111); }

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