#76367B

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

Shades of Eminence #76367B

Tints of Eminence #76367B

Color information

#76367B (or 0x76367B) is unknown color: approx Eminence. HEX triplet: 76, 36 and 7B. RGB value is (118,54,123). Sum of RGB (Red+Green+Blue) = 118+54+123=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #76367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76367B is #89C984. Grayscale: #505050. Windows color (decimal): -9030021 or 8074870. OLE color: 8074870.

HSL color Cylindrical-coordinate representation of color #76367B: hue angle of 295.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76367B is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11854123-
CMYK0.040.5600.52
HSL295.65º38.98%34.71%-
HSV(B)295.65º56.1%48.24%-
XYZ12.377.9219.62-
YUV81151.7154.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=40%
G=18.31%
B=41.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118541230.040.5600.52295.6538.9834.71
Hex76367B4380341282723
Octal166661734700644504743
Binary111011011011011110111001110000110100100101000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,54,123); }

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

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

 a { background-color: rgb(118,54,123); }

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

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

 span { border-color: rgb(118,54,123); }

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