Html Css Color HEX #776060 Light Wood

📋 copy color: '#776060'

red 119 ◦ green 96 ◦ blue 96

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

Shades of Light Wood #776060

Tints of Light Wood #776060

RGB

 RED value IS 119 (46.88% from 255) = 38.26%

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 38.26%
G = 30.87%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#776060 (or 0x776060) is known color: Light Wood. HEX triplet: 77, 60 and 60. RGB value is (119,96,96). Sum of RGB (Red+Green+Blue) = 119+96+96=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #776060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776060 is #889F9F. Grayscale: #666666. Windows color (decimal): -8953760 or 6316151. OLE color: 6316151.

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

Color convert

RGB 119 96 96 -
CMYK 0 0.19 0.19 0.53
HSL 0.11% 0.42% -
HSV(B) 0.19% 0.47% -
XYZ 13.9 13.13 12.87 -
YUV 102.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 119 96 96 0 0.19 0.19 0.53 0 0.11 0.42
Hex 77 60 60 0 13 13 35 0 B 2A
Octal 167 140 140 0 23 23 65 0 13 52
Binary 1110111 1100000 1100000 0 10011 10011 110101 0 1011 101010

Color Harmonies of #776060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776060

Black with #776060

Text Example


Text Example

White with #776060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776060; }

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

 H1.HeaderClassName
 {
   color: #776060;
 }
 .AnyTagClassName
 {
   color: #776060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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