#764274

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

Shades of Eminence #764274

Tints of Eminence #764274

Color information

#764274 (or 0x764274) is unknown color: approx Eminence. HEX triplet: 76, 42 and 74. RGB value is (118,66,116). Sum of RGB (Red+Green+Blue) = 118+66+116=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #764274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764274 is #89BD8B. Grayscale: #575757. Windows color (decimal): -9026956 or 7619190. OLE color: 7619190.

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

Color convert

RGB11866116-
CMYK00.440.020.54
HSL302.31º28.26%36.08%-
HSV(B)302.31º44.07%46.27%-
XYZ12.579.0117.6-
YUV87.25144.23149.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=39.33%
G=22%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186611600.440.020.54302.3128.2636.08
Hex76427402C23612e1c24
Octal1661021640542664563444
Binary11101101000010111010001011001011011010010111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764274; }

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

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

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

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

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

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

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

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