#786081

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

Shades of Rum #786081

Tints of Rum #786081

Color information

#786081 (or 0x786081) is unknown color: approx Rum. HEX triplet: 78, 60 and 81. RGB value is (120,96,129). Sum of RGB (Red+Green+Blue) = 120+96+129=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #786081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786081 is #879F7E. Grayscale: #6A6A6A. Windows color (decimal): -8888191 or 8478840. OLE color: 8478840.

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

Color convert

RGB12096129-
CMYK0.070.2600.49
HSL283.64º14.67%44.12%-
HSV(B)283.64º25.58%50.59%-
XYZ15.8913.9422.62-
YUV106.94140.45137.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=34.78%
G=27.83%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120961290.070.2600.49283.6414.6744.12
Hex78608171A03111cf2c
Octal1701402017320614341754
Binary11110001100000100000011111101001100011000111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786081; }

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

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

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

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

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

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

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

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