#77417B

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

Shades of Eminence #77417B

Tints of Eminence #77417B

Color information

#77417B (or 0x77417B) is unknown color: approx Eminence. HEX triplet: 77, 41 and 7B. RGB value is (119,65,123). Sum of RGB (Red+Green+Blue) = 119+65+123=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #77417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77417B is #88BE84. Grayscale: #575757. Windows color (decimal): -8961669 or 8077687. OLE color: 8077687.

HSL color Cylindrical-coordinate representation of color #77417B: hue angle of 295.86º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77417B is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11965123-
CMYK0.030.4700.52
HSL295.86º30.85%36.86%-
HSV(B)295.86º47.15%48.24%-
XYZ13.079.1319.81-
YUV87.76147.89150.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=38.76%
G=21.17%
B=40.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119651230.030.4700.52295.8630.8536.86
Hex77417B32F0341281f25
Octal1671011733570644503745
Binary11101111000001111101111101111011010010010100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77417B; }

 p { color: rgb(119,65,123); }

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

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

 a { background-color: rgb(119,65,123); }

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

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

 span { border-color: rgb(119,65,123); }

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