#776161

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

Shades of Light Wood #776161

Tints of Light Wood #776161

Color information

#776161 (or 0x776161) is unknown color: approx Light Wood. HEX triplet: 77, 61 and 61. RGB value is (119,97,97). Sum of RGB (Red+Green+Blue) = 119+97+97=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #776161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776161 is #889E9E. Grayscale: #676767. Windows color (decimal): -8953503 or 6381943. OLE color: 6381943.

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

Color convert

RGB1199797-
CMYK00.180.180.53
HSL10.19%42.35%-
HSV(B)18.49%46.67%-
XYZ14.0413.3313.14-
YUV103.58124.29139-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=38.02%
G=30.99%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119979700.180.180.53010.1942.35
Hex77616101212350a2a
Octal167141141022226501252
Binary1110111110000111000010100101001011010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776161; }

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

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

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

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

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

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

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

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