#7B6184

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

Shades of Rum #7B6184

Tints of Rum #7B6184

Color information

#7B6184 (or 0x7B6184) is unknown color: approx Rum. HEX triplet: 7B, 61 and 84. RGB value is (123,97,132). Sum of RGB (Red+Green+Blue) = 123+97+132=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B6184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6184 is #849E7B. Grayscale: #6C6C6C. Windows color (decimal): -8691324 or 8675707. OLE color: 8675707.

HSL color Cylindrical-coordinate representation of color #7B6184: hue angle of 284.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B6184 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12397132-
CMYK0.070.2700.48
HSL284.57º15.28%44.9%-
HSV(B)284.57º26.52%51.76%-
XYZ16.6114.4323.74-
YUV108.76141.11138.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=34.94%
G=27.56%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123971320.070.2700.48284.5715.2844.9
Hex7B618471B03011df2d
Octal1731412047330604351755
Binary11110111100001100001001111101101100001000111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,97,132); }

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

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

 a { background-color: rgb(123,97,132); }

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

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

 span { border-color: rgb(123,97,132); }

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