#7B6082

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

Shades of Rum #7B6082

Tints of Rum #7B6082

Color information

#7B6082 (or 0x7B6082) is unknown color: approx Rum. HEX triplet: 7B, 60 and 82. RGB value is (123,96,130). Sum of RGB (Red+Green+Blue) = 123+96+130=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B6082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6082 is #849F7D. Grayscale: #6B6B6B. Windows color (decimal): -8691582 or 8544379. OLE color: 8544379.

HSL color Cylindrical-coordinate representation of color #7B6082: hue angle of 287.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B6082 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12396130-
CMYK0.050.2600.49
HSL287.65º15.04%44.31%-
HSV(B)287.65º26.15%50.98%-
XYZ16.3814.1922.99-
YUV107.95140.45138.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.24%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=35.24%
G=27.51%
B=37.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123961300.050.2600.49287.6515.0444.31
Hex7B608251A031120f2c
Octal1731402025320614401754
Binary11110111100000100000101011101001100011001000001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,130); }

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

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

 a { background-color: rgb(123,96,130); }

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

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

 span { border-color: rgb(123,96,130); }

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