#78685F

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

Shades of Russett #78685F

Tints of Russett #78685F

Color information

#78685F (or 0x78685F) is unknown color: approx Russett. HEX triplet: 78, 68 and 5F. RGB value is (120,104,95). Sum of RGB (Red+Green+Blue) = 120+104+95=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #78685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78685F is #8797A0. Grayscale: #6B6B6B. Windows color (decimal): -8886177 or 6252664. OLE color: 6252664.

HSL color Cylindrical-coordinate representation of color #78685F: hue angle of 21.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78685F is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB12010495-
CMYK00.130.210.53
HSL21.6º11.63%42.16%-
HSV(B)21.6º20.83%47.06%-
XYZ14.7614.7212.89-
YUV107.76120.8136.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=37.62%
G=32.60%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201049500.130.210.5321.611.6342.16
Hex78685F0D153516c2a
Octal1701501370152565261452
Binary1111000110100010111110110110101110101101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78685F; }

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

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

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

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

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

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

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

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