#787379

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

Shades of Rum #787379

Tints of Rum #787379

Color information

#787379 (or 0x787379) is unknown color: approx Rum. HEX triplet: 78, 73 and 79. RGB value is (120,115,121). Sum of RGB (Red+Green+Blue) = 120+115+121=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 121 - color contains mainly: blue. Hex color #787379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787379 is #878C86. Grayscale: #757575. Windows color (decimal): -8883335 or 7959416. OLE color: 7959416.

HSL color Cylindrical-coordinate representation of color #787379: hue angle of 290º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #787379 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB120115121-
CMYK0.010.0500.53
HSL290º2.54%46.27%-
HSV(B)290º4.96%47.45%-
XYZ17.3317.6420.58-
YUV117.18130.16130.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=33.71%
G=32.30%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201151210.010.0500.532902.5446.27
Hex7873791503512232e
Octal17016317115065442356
Binary1111000111001111110011101011010110010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787379; }

 p { color: rgb(120,115,121); }

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

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

 a { background-color: rgb(120,115,121); }

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

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

 span { border-color: rgb(120,115,121); }

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