#7A6382

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

Shades of Rum #7A6382

Tints of Rum #7A6382

Color information

#7A6382 (or 0x7A6382) is unknown color: approx Rum. HEX triplet: 7A, 63 and 82. RGB value is (122,99,130). Sum of RGB (Red+Green+Blue) = 122+99+130=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A6382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6382 is #859C7D. Grayscale: #6D6D6D. Windows color (decimal): -8756350 or 8545146. OLE color: 8545146.

HSL color Cylindrical-coordinate representation of color #7A6382: hue angle of 284.52º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A6382 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12299130-
CMYK0.060.2400.49
HSL284.52º13.54%44.9%-
HSV(B)284.52º23.85%50.98%-
XYZ16.5214.6723.08-
YUV109.41139.62136.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=34.76%
G=28.21%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122991300.060.2400.49284.5213.5444.9
Hex7A638261803111de2d
Octal1721432026300614351655
Binary11110101100011100000101101100001100011000111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,130); }

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

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

 a { background-color: rgb(122,99,130); }

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

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

 span { border-color: rgb(122,99,130); }

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