#764375

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

Shades of Eminence #764375

Tints of Eminence #764375

Color information

#764375 (or 0x764375) is unknown color: approx Eminence. HEX triplet: 76, 43 and 75. RGB value is (118,67,117). Sum of RGB (Red+Green+Blue) = 118+67+117=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #764375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764375 is #89BC8A. Grayscale: #575757. Windows color (decimal): -9026699 or 7684982. OLE color: 7684982.

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

Color convert

RGB11867117-
CMYK00.430.010.54
HSL301.18º27.57%36.27%-
HSV(B)301.18º43.22%46.27%-
XYZ12.699.1517.93-
YUV87.95144.4149.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=39.07%
G=22.19%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186711700.430.010.54301.1827.5736.27
Hex76437502B13612d1c24
Octal1661031650531664553444
Binary1110110100001111101010101011111011010010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764375; }

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

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

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

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

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

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

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

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