Html Css Color HEX #775945 Tobacco Brown

📋 copy color: '#775945'

red 119 ◦ green 89 ◦ blue 69

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

Shades of Tobacco Brown #775945

Tints of Tobacco Brown #775945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

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

R = 42.96%
G = 32.13%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#775945 (or 0x775945) is known color: Tobacco Brown. HEX triplet: 77, 59 and 45. RGB value is (119,89,69). Sum of RGB (Red+Green+Blue) = 119+89+69=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #775945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775945 is #88A6BA. Grayscale: #5F5F5F. Windows color (decimal): -8955579 or 4544887. OLE color: 4544887.

HSL color Cylindrical-coordinate representation of color #775945: hue angle of 24º 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 #775945 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 89 69 -
CMYK 0 0.25 0.42 0.53
HSL 24º 0.27% 0.37% -
HSV(B) 24º 0.42% 0.47% -
XYZ 12.25 11.5 7.2 -
YUV 95.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 119 89 69 0 0.25 0.42 0.53 24 0.27 0.37
Hex 77 59 45 0 19 2A 35 18 1B 25
Octal 167 131 105 0 31 52 65 30 33 45
Binary 1110111 1011001 1000101 0 11001 101010 110101 11000 11011 100101

Color Harmonies of #775945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775945

Black with #775945

Text Example


Text Example

White with #775945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775945; }

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

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

background-color css

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

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

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

border-color css

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

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

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