#764975

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

Shades of Eminence #764975

Tints of Eminence #764975

Color information

#764975 (or 0x764975) is unknown color: approx Eminence. HEX triplet: 76, 49 and 75. RGB value is (118,73,117). Sum of RGB (Red+Green+Blue) = 118+73+117=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #764975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764975 is #89B68A. Grayscale: #5B5B5B. Windows color (decimal): -9025163 or 7686518. OLE color: 7686518.

HSL color Cylindrical-coordinate representation of color #764975: hue angle of 301.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #764975 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11873117-
CMYK00.380.010.54
HSL301.33º23.56%37.45%-
HSV(B)301.33º38.14%46.27%-
XYZ13.069.918.05-
YUV91.47142.41146.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=38.31%
G=23.70%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187311700.380.010.54301.3323.5637.45
Hex76497502613612d1825
Octal1661111650461664553045
Binary1110110100100111101010100110111011010010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764975; }

 p { color: rgb(118,73,117); }

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

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

 a { background-color: rgb(118,73,117); }

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

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

 span { border-color: rgb(118,73,117); }

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