#786964

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

Shades of Russett #786964

Tints of Russett #786964

Color information

#786964 (or 0x786964) is unknown color: approx Russett. HEX triplet: 78, 69 and 64. RGB value is (120,105,100). Sum of RGB (Red+Green+Blue) = 120+105+100=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #786964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786964 is #87969B. Grayscale: #6C6C6C. Windows color (decimal): -8885916 or 6580600. OLE color: 6580600.

HSL color Cylindrical-coordinate representation of color #786964: hue angle of 15º 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 #786964 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB120105100-
CMYK00.130.170.53
HSL15º9.09%43.14%-
HSV(B)15º16.67%47.06%-
XYZ15.115.0214.16-
YUV108.92122.97135.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=36.92%
G=32.31%
B=30.77%

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
Decimal12010510000.130.170.53159.0943.14
Hex7869640D1135f92b
Octal1701511440152165171153
Binary111100011010011100100011011000111010111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786964; }

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

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

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

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

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

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

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

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