#754676

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

Shades of Eminence #754676

Tints of Eminence #754676

Color information

#754676 (or 0x754676) is unknown color: approx Eminence. HEX triplet: 75, 46 and 76. RGB value is (117,70,118). Sum of RGB (Red+Green+Blue) = 117+70+118=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #754676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754676 is #8AB989. Grayscale: #595959. Windows color (decimal): -9091466 or 7751285. OLE color: 7751285.

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

Color convert

RGB11770118-
CMYK0.010.4100.54
HSL298.75º25.53%36.86%-
HSV(B)298.75º40.68%46.27%-
XYZ12.89.4718.29-
YUV89.52144.07147.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=38.36%
G=22.95%
B=38.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117701180.010.4100.54298.7525.5336.86
Hex75467612903612b1a25
Octal1651061661510664533245
Binary1110101100011011101101101001011011010010101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754676; }

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

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

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

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

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

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

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

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