Html Css Color HEX #776044 Tobacco Brown

📋 copy color: '#776044'

red 119 ◦ green 96 ◦ blue 68

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

Shades of Tobacco Brown #776044

Tints of Tobacco Brown #776044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 42.05%
G = 33.92%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#776044 (or 0x776044) is known color: Tobacco Brown. HEX triplet: 77, 60 and 44. RGB value is (119,96,68). Sum of RGB (Red+Green+Blue) = 119+96+68=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #776044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776044 is #889FBB. Grayscale: #636363. Windows color (decimal): -8953788 or 4481143. OLE color: 4481143.

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

Color convert

RGB 119 96 68 -
CMYK 0 0.19 0.43 0.53
HSL 32.94º 0.27% 0.37% -
HSV(B) 32.94º 0.43% 0.47% -
XYZ 12.83 12.71 7.24 -
YUV 99.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 119 96 68 0 0.19 0.43 0.53 32.94 0.27 0.37
Hex 77 60 44 0 13 2B 35 21 1B 25
Octal 167 140 104 0 23 53 65 41 33 45
Binary 1110111 1100000 1000100 0 10011 101011 110101 100001 11011 100101

Color Harmonies of #776044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776044

Black with #776044

Text Example


Text Example

White with #776044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776044; }

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

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

background-color css

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

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

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

border-color css

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

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

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