#7B6283

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

Shades of Rum #7B6283

Tints of Rum #7B6283

Color information

#7B6283 (or 0x7B6283) is unknown color: approx Rum. HEX triplet: 7B, 62 and 83. RGB value is (123,98,131). Sum of RGB (Red+Green+Blue) = 123+98+131=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 131 - color contains mainly: blue. Hex color #7B6283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6283 is #849D7C. Grayscale: #6D6D6D. Windows color (decimal): -8691069 or 8610427. OLE color: 8610427.

HSL color Cylindrical-coordinate representation of color #7B6283: hue angle of 285.45º 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 #7B6283 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12398131-
CMYK0.060.2500.49
HSL285.45º14.41%44.9%-
HSV(B)285.45º25.19%51.37%-
XYZ16.6314.5923.41-
YUV109.24140.28137.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=34.94%
G=27.84%
B=37.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123981310.060.2500.49285.4514.4144.9
Hex7B628361903111de2d
Octal1731422036310614351655
Binary11110111100010100000111101100101100011000111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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