#764372

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

Shades of Eminence #764372

Tints of Eminence #764372

Color information

#764372 (or 0x764372) is unknown color: approx Eminence. HEX triplet: 76, 43 and 72. RGB value is (118,67,114). Sum of RGB (Red+Green+Blue) = 118+67+114=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #764372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764372 is #89BC8D. Grayscale: #575757. Windows color (decimal): -9026702 or 7488374. OLE color: 7488374.

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

Color convert

RGB11867114-
CMYK00.430.030.54
HSL304.71º27.57%36.27%-
HSV(B)304.71º43.22%46.27%-
XYZ12.529.0817.01-
YUV87.61142.9149.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=39.46%
G=22.41%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186711400.430.030.54304.7127.5736.27
Hex76437202B3361311c24
Octal1661031620533664613444
Binary11101101000011111001001010111111011010011000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764372; }

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

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

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

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

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

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

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

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