#76416B

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

Shades of Eminence #76416B

Tints of Eminence #76416B

Color information

#76416B (or 0x76416B) is unknown color: approx Eminence. HEX triplet: 76, 41 and 6B. RGB value is (118,65,107). Sum of RGB (Red+Green+Blue) = 118+65+107=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76416B is #89BE94. Grayscale: #555555. Windows color (decimal): -9027221 or 7029110. OLE color: 7029110.

HSL color Cylindrical-coordinate representation of color #76416B: hue angle of 312.45º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76416B is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11865107-
CMYK00.450.090.54
HSL312.45º28.96%35.88%-
HSV(B)312.45º44.92%46.27%-
XYZ12.028.6914.95-
YUV85.64140.06151.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=40.69%
G=22.41%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186510700.450.090.54312.4528.9635.88
Hex76416B02D9361381d24
Octal16610115305511664703544
Binary1110110100000111010110101101100111011010011100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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