#786380

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

Shades of Rum #786380

Tints of Rum #786380

Color information

#786380 (or 0x786380) is unknown color: approx Rum. HEX triplet: 78, 63 and 80. RGB value is (120,99,128). Sum of RGB (Red+Green+Blue) = 120+99+128=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #786380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786380 is #879C7F. Grayscale: #6C6C6C. Windows color (decimal): -8887424 or 8414072. OLE color: 8414072.

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

Color convert

RGB12099128-
CMYK0.060.2300.50
HSL283.45º12.78%44.51%-
HSV(B)283.45º22.66%50.2%-
XYZ16.114.4822.37-
YUV108.58138.96136.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=34.58%
G=28.53%
B=36.89%

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
Decimal120991280.060.2300.50283.4512.7844.51
Hex78638061703211bd2d
Octal1701432006270624331555
Binary11110001100011100000001101011101100101000110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786380; }

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

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

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

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

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

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

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

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