Html Css Color HEX #775E45 Tobacco Brown

📋 copy color: '#775E45'

red 119 ◦ green 94 ◦ blue 69

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

Shades of Tobacco Brown #775E45

Tints of Tobacco Brown #775E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

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

R = 42.2%
G = 33.33%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#775E45 (or 0x775E45) is known color: Tobacco Brown. HEX triplet: 77, 5E and 45. RGB value is (119,94,69). Sum of RGB (Red+Green+Blue) = 119+94+69=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #775E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E45 is #88A1BA. Grayscale: #626262. Windows color (decimal): -8954299 or 4546167. OLE color: 4546167.

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

Color convert

RGB 119 94 69 -
CMYK 0 0.21 0.42 0.53
HSL 30º 0.27% 0.37% -
HSV(B) 30º 0.42% 0.47% -
XYZ 12.68 12.36 7.35 -
YUV 98.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 119 94 69 0 0.21 0.42 0.53 30 0.27 0.37
Hex 77 5E 45 0 15 2A 35 1E 1B 25
Octal 167 136 105 0 25 52 65 36 33 45
Binary 1110111 1011110 1000101 0 10101 101010 110101 11110 11011 100101

Color Harmonies of #775E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E45

Black with #775E45

Text Example


Text Example

White with #775E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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