Html Css Color HEX #776046 Tobacco Brown

📋 copy color: '#776046'

red 119 ◦ green 96 ◦ blue 70

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

Shades of Tobacco Brown #776046

Tints of Tobacco Brown #776046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 41.75%
G = 33.68%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#776046 (or 0x776046) is known color: Tobacco Brown. HEX triplet: 77, 60 and 46. RGB value is (119,96,70). Sum of RGB (Red+Green+Blue) = 119+96+70=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776046 is #889FB9. Grayscale: #646464. Windows color (decimal): -8953786 or 4612215. OLE color: 4612215.

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

Color convert

RGB 119 96 70 -
CMYK 0 0.19 0.41 0.53
HSL 31.84º 0.26% 0.37% -
HSV(B) 31.84º 0.41% 0.47% -
XYZ 12.9 12.73 7.57 -
YUV 99.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 119 96 70 0 0.19 0.41 0.53 31.84 0.26 0.37
Hex 77 60 46 0 13 29 35 20 1A 25
Octal 167 140 106 0 23 51 65 40 32 45
Binary 1110111 1100000 1000110 0 10011 101001 110101 100000 11010 100101

Color Harmonies of #776046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776046

Black with #776046

Text Example


Text Example

White with #776046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776046; }

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

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

background-color css

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

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

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

border-color css

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

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

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