#7B6480

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

Shades of Rum #7B6480

Tints of Rum #7B6480

Color information

#7B6480 (or 0x7B6480) is unknown color: approx Rum. HEX triplet: 7B, 64 and 80. RGB value is (123,100,128). Sum of RGB (Red+Green+Blue) = 123+100+128=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B6480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6480 is #849B7F. Grayscale: #6D6D6D. Windows color (decimal): -8690560 or 8414331. OLE color: 8414331.

HSL color Cylindrical-coordinate representation of color #7B6480: hue angle of 289.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B6480 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB123100128-
CMYK0.040.2200.50
HSL289.29º12.28%44.71%-
HSV(B)289.29º21.88%50.2%-
XYZ16.6214.8822.42-
YUV110.07138.12137.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.04%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=35.04%
G=28.49%
B=36.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1231001280.040.2200.50289.2912.2844.71
Hex7B6480416032121c2d
Octal1731442004260624411455
Binary11110111100100100000001001011001100101001000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,100,128); }

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

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

 a { background-color: rgb(123,100,128); }

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

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

 span { border-color: rgb(123,100,128); }

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