Html Css Color HEX #775A41 Tobacco Brown

📋 copy color: '#775A41'

red 119 ◦ green 90 ◦ blue 65

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

Shades of Tobacco Brown #775A41

Tints of Tobacco Brown #775A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 43.43%
G = 32.85%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775A41 (or 0x775A41) is known color: Tobacco Brown. HEX triplet: 77, 5A and 41. RGB value is (119,90,65). Sum of RGB (Red+Green+Blue) = 119+90+65=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A41 is #88A5BE. Grayscale: #5F5F5F. Windows color (decimal): -8955327 or 4282999. OLE color: 4282999.

HSL color Cylindrical-coordinate representation of color #775A41: hue angle of 27.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775A41 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 65 -
CMYK 0 0.24 0.45 0.53
HSL 27.78º 0.29% 0.36% -
HSV(B) 27.78º 0.45% 0.47% -
XYZ 12.22 11.62 6.6 -
YUV 95.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 119 90 65 0 0.24 0.45 0.53 27.78 0.29 0.36
Hex 77 5A 41 0 18 2D 35 1C 1D 24
Octal 167 132 101 0 30 55 65 34 35 44
Binary 1110111 1011010 1000001 0 11000 101101 110101 11100 11101 100100

Color Harmonies of #775A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A41

Black with #775A41

Text Example


Text Example

White with #775A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,90,65); }

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

background-color css

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

 a { background-color: rgb(119,90,65); }

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

border-color css

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

 span { border-color: rgb(119,90,65); }

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