#764273

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

Shades of Eminence #764273

Tints of Eminence #764273

Color information

#764273 (or 0x764273) is unknown color: approx Eminence. HEX triplet: 76, 42 and 73. RGB value is (118,66,115). Sum of RGB (Red+Green+Blue) = 118+66+115=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #764273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764273 is #89BD8C. Grayscale: #565656. Windows color (decimal): -9026957 or 7553654. OLE color: 7553654.

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

Color convert

RGB11866115-
CMYK00.440.030.54
HSL303.46º28.26%36.08%-
HSV(B)303.46º44.07%46.27%-
XYZ12.518.9917.29-
YUV87.13143.73150.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=39.46%
G=22.07%
B=38.46%

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
Decimal1186611500.440.030.54303.4628.2636.08
Hex76427302C33612f1c24
Octal1661021630543664573444
Binary11101101000010111001101011001111011010010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764273; }

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

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

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

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

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

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

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

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