Html Css Color HEX #776045 Tobacco Brown

📋 copy color: '#776045'

red 119 ◦ green 96 ◦ blue 69

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

Shades of Tobacco Brown #776045

Tints of Tobacco Brown #776045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.3%

R = 41.9%
G = 33.8%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#776045 (or 0x776045) is known color: Tobacco Brown. HEX triplet: 77, 60 and 45. RGB value is (119,96,69). Sum of RGB (Red+Green+Blue) = 119+96+69=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #776045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776045 is #889FBA. Grayscale: #636363. Windows color (decimal): -8953787 or 4546679. OLE color: 4546679.

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

Color convert

RGB 119 96 69 -
CMYK 0 0.19 0.42 0.53
HSL 32.4º 0.27% 0.37% -
HSV(B) 32.4º 0.42% 0.47% -
XYZ 12.86 12.72 7.41 -
YUV 99.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 119 96 69 0 0.19 0.42 0.53 32.4 0.27 0.37
Hex 77 60 45 0 13 2A 35 20 1B 25
Octal 167 140 105 0 23 52 65 40 33 45
Binary 1110111 1100000 1000101 0 10011 101010 110101 100000 11011 100101

Color Harmonies of #776045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776045

Black with #776045

Text Example


Text Example

White with #776045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776045; }

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

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

background-color css

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

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

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

border-color css

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

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

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