#764272

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

Shades of Eminence #764272

Tints of Eminence #764272

Color information

#764272 (or 0x764272) is unknown color: approx Eminence. HEX triplet: 76, 42 and 72. RGB value is (118,66,114). Sum of RGB (Red+Green+Blue) = 118+66+114=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #764272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764272 is #89BD8D. Grayscale: #565656. Windows color (decimal): -9026958 or 7488118. OLE color: 7488118.

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

Color convert

RGB11866114-
CMYK00.440.030.54
HSL304.62º28.26%36.08%-
HSV(B)304.62º44.07%46.27%-
XYZ12.468.9616.99-
YUV87.02143.23150.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=39.60%
G=22.15%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186611400.440.030.54304.6228.2636.08
Hex76427202C3361311c24
Octal1661021620543664613444
Binary11101101000010111001001011001111011010011000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764272; }

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

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

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

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

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

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

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

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