#786180

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

Shades of Rum #786180

Tints of Rum #786180

Color information

#786180 (or 0x786180) is unknown color: approx Rum. HEX triplet: 78, 61 and 80. RGB value is (120,97,128). Sum of RGB (Red+Green+Blue) = 120+97+128=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #786180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786180 is #879E7F. Grayscale: #6B6B6B. Windows color (decimal): -8887936 or 8413560. OLE color: 8413560.

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

Color convert

RGB12097128-
CMYK0.060.2400.50
HSL284.52º13.78%44.12%-
HSV(B)284.52º24.22%50.2%-
XYZ15.9214.122.3-
YUV107.41139.62136.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=34.78%
G=28.12%
B=37.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120971280.060.2400.50284.5213.7844.12
Hex78618061803211de2c
Octal1701412006300624351654
Binary11110001100001100000001101100001100101000111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786180; }

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

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

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

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

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

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

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

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