#7A6283

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

Shades of Rum #7A6283

Tints of Rum #7A6283

Color information

#7A6283 (or 0x7A6283) is unknown color: approx Rum. HEX triplet: 7A, 62 and 83. RGB value is (122,98,131). Sum of RGB (Red+Green+Blue) = 122+98+131=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A6283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6283 is #859D7C. Grayscale: #6C6C6C. Windows color (decimal): -8756605 or 8610426. OLE color: 8610426.

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

Color convert

RGB12298131-
CMYK0.070.2500.49
HSL283.64º14.41%44.9%-
HSV(B)283.64º25.19%51.37%-
XYZ16.4914.5123.4-
YUV108.94140.45137.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=34.76%
G=27.92%
B=37.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122981310.070.2500.49283.6414.4144.9
Hex7A628371903111ce2d
Octal1721422037310614341655
Binary11110101100010100000111111100101100011000111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,98,131); }

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

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

 a { background-color: rgb(122,98,131); }

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

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

 span { border-color: rgb(122,98,131); }

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