#786161

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

Shades of Light Wood #786161

Tints of Light Wood #786161

Color information

#786161 (or 0x786161) is unknown color: approx Light Wood. HEX triplet: 78, 61 and 61. RGB value is (120,97,97). Sum of RGB (Red+Green+Blue) = 120+97+97=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #786161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786161 is #879E9E. Grayscale: #676767. Windows color (decimal): -8887967 or 6381944. OLE color: 6381944.

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

Color convert

RGB1209797-
CMYK00.190.190.53
HSL10.6%42.55%-
HSV(B)19.17%47.06%-
XYZ14.1813.4113.15-
YUV103.88124.12139.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=38.22%
G=30.89%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120979700.190.190.53010.642.55
Hex78616101313350b2b
Octal170141141023236501353
Binary1111000110000111000010100111001111010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786161; }

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

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

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

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

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

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

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

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