#7B366F

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

Shades of Eminence #7B366F

Tints of Eminence #7B366F

Color information

#7B366F (or 0x7B366F) is unknown color: approx Eminence. HEX triplet: 7B, 36 and 6F. RGB value is (123,54,111). Sum of RGB (Red+Green+Blue) = 123+54+111=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B366F is #84C990. Grayscale: #505050. Windows color (decimal): -8702353 or 7288443. OLE color: 7288443.

HSL color Cylindrical-coordinate representation of color #7B366F: hue angle of 310.43º 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 #7B366F is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB12354111-
CMYK00.560.100.52
HSL310.43º38.98%34.71%-
HSV(B)310.43º56.1%48.24%-
XYZ12.36815.93-
YUV81.13144.86157.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=42.71%
G=18.75%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235411100.560.100.52310.4338.9834.71
Hex7B366F038A341362723
Octal1736615707012644664743
Binary1111011110110110111101110001010110100100110110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B366F; }

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

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

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

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

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

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

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

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