#786280

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

Shades of Rum #786280

Tints of Rum #786280

Color information

#786280 (or 0x786280) is unknown color: approx Rum. HEX triplet: 78, 62 and 80. RGB value is (120,98,128). Sum of RGB (Red+Green+Blue) = 120+98+128=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #786280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786280 is #879D7F. Grayscale: #6B6B6B. Windows color (decimal): -8887680 or 8413816. OLE color: 8413816.

HSL color Cylindrical-coordinate representation of color #786280: hue angle of 284º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786280 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12098128-
CMYK0.060.2300.50
HSL284º13.27%44.31%-
HSV(B)284º23.44%50.2%-
XYZ16.0114.2922.34-
YUV108139.29136.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=34.68%
G=28.32%
B=36.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120981280.060.2300.5028413.2744.31
Hex78628061703211cd2c
Octal1701422006270624341554
Binary11110001100010100000001101011101100101000111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786280; }

 p { color: rgb(120,98,128); }

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

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

 a { background-color: rgb(120,98,128); }

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

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

 span { border-color: rgb(120,98,128); }

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