#786864

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

Shades of Russett #786864

Tints of Russett #786864

Color information

#786864 (or 0x786864) is unknown color: approx Russett. HEX triplet: 78, 68 and 64. RGB value is (120,104,100). Sum of RGB (Red+Green+Blue) = 120+104+100=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #786864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786864 is #87979B. Grayscale: #6C6C6C. Windows color (decimal): -8886172 or 6580344. OLE color: 6580344.

HSL color Cylindrical-coordinate representation of color #786864: hue angle of 12º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #786864 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB120104100-
CMYK00.130.170.53
HSL12º9.09%43.14%-
HSV(B)12º16.67%47.06%-
XYZ1514.8114.13-
YUV108.33123.3136.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=37.04%
G=32.10%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010410000.130.170.53129.0943.14
Hex7868640D1135c92b
Octal1701501440152165141153
Binary111100011010001100100011011000111010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786864; }

 p { color: rgb(120,104,100); }

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

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

 a { background-color: rgb(120,104,100); }

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

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

 span { border-color: rgb(120,104,100); }

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