#764B7A

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

Shades of Eminence #764B7A

Tints of Eminence #764B7A

Color information

#764B7A (or 0x764B7A) is unknown color: approx Eminence. HEX triplet: 76, 4B and 7A. RGB value is (118,75,122). Sum of RGB (Red+Green+Blue) = 118+75+122=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #764B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B7A is #89B485. Grayscale: #5D5D5D. Windows color (decimal): -9024646 or 8014710. OLE color: 8014710.

HSL color Cylindrical-coordinate representation of color #764B7A: hue angle of 294.89º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764B7A is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11875122-
CMYK0.030.3900.52
HSL294.89º23.86%38.63%-
HSV(B)294.89º38.52%47.84%-
XYZ13.510.2919.69-
YUV93.21144.25145.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=37.46%
G=23.81%
B=38.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118751220.030.3900.52294.8923.8638.63
Hex764B7A3270341271827
Octal1661131723470644473047
Binary11101101001011111101011100111011010010010011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764B7A; }

 p { color: rgb(118,75,122); }

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

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

 a { background-color: rgb(118,75,122); }

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

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

 span { border-color: rgb(118,75,122); }

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