#76426B

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

Shades of Eminence #76426B

Tints of Eminence #76426B

Color information

#76426B (or 0x76426B) is unknown color: approx Eminence. HEX triplet: 76, 42 and 6B. RGB value is (118,66,107). Sum of RGB (Red+Green+Blue) = 118+66+107=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #76426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76426B is #89BD94. Grayscale: #565656. Windows color (decimal): -9026965 or 7029366. OLE color: 7029366.

HSL color Cylindrical-coordinate representation of color #76426B: hue angle of 312.69º 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 #76426B is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11866107-
CMYK00.440.090.54
HSL312.69º28.26%36.08%-
HSV(B)312.69º44.07%46.27%-
XYZ12.078.8114.97-
YUV86.22139.73150.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=40.55%
G=22.68%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186610700.440.090.54312.6928.2636.08
Hex76426B02C9361391c24
Octal16610215305411664713444
Binary1110110100001011010110101100100111011010011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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