#764275

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

Shades of Eminence #764275

Tints of Eminence #764275

Color information

#764275 (or 0x764275) is unknown color: approx Eminence. HEX triplet: 76, 42 and 75. RGB value is (118,66,117). Sum of RGB (Red+Green+Blue) = 118+66+117=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764275 is #89BD8A. Grayscale: #575757. Windows color (decimal): -9026955 or 7684726. OLE color: 7684726.

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

Color convert

RGB11866117-
CMYK00.440.010.54
HSL301.15º28.26%36.08%-
HSV(B)301.15º44.07%46.27%-
XYZ12.639.0317.91-
YUV87.36144.73149.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=39.20%
G=21.93%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186611700.440.010.54301.1528.2636.08
Hex76427502C13612d1c24
Octal1661021650541664553444
Binary1110110100001011101010101100111011010010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764275; }

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

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

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

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

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

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

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

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