#786082

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

Shades of Rum #786082

Tints of Rum #786082

Color information

#786082 (or 0x786082) is unknown color: approx Rum. HEX triplet: 78, 60 and 82. RGB value is (120,96,130). Sum of RGB (Red+Green+Blue) = 120+96+130=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #786082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786082 is #879F7D. Grayscale: #6A6A6A. Windows color (decimal): -8888190 or 8544376. OLE color: 8544376.

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

Color convert

RGB12096130-
CMYK0.080.2600.49
HSL282.35º15.04%44.31%-
HSV(B)282.35º26.15%50.98%-
XYZ15.9613.9722.97-
YUV107.05140.95137.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=34.68%
G=27.75%
B=37.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120961300.080.2600.49282.3515.0444.31
Hex78608281A03111af2c
Octal17014020210320614321754
Binary111100011000001000001010001101001100011000110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786082; }

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

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

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

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

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

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

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

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