Html Css Color HEX #776161 Light Wood

📋 copy color: '#776161'

red 119 ◦ green 97 ◦ blue 97

#776161
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Wood #776161

Tints of Light Wood #776161

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 value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776161 (or 0x776161) is known color: 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

RGB 119 97 97 -
CMYK 0 0.18 0.18 0.53
HSL 0.1% 0.42% -
HSV(B) 0.18% 0.47% -
XYZ 14.04 13.33 13.14 -
YUV 103.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 119 97 97 0 0.18 0.18 0.53 0 0.1 0.42
Hex 77 61 61 0 12 12 35 0 A 2A
Octal 167 141 141 0 22 22 65 0 12 52
Binary 1110111 1100001 1100001 0 10010 10010 110101 0 1010 101010

Color Harmonies of #776161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776161

Black with #776161

Text Example


Text Example

White with #776161

Text Example


Text Example

HTML Codes & Css Web 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>