Html Css Color HEX #775942 Tobacco Brown

📋 copy color: '#775942'

red 119 ◦ green 89 ◦ blue 66

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

Shades of Tobacco Brown #775942

Tints of Tobacco Brown #775942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 43.43%
G = 32.48%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775942 (or 0x775942) is known color: Tobacco Brown. HEX triplet: 77, 59 and 42. RGB value is (119,89,66). Sum of RGB (Red+Green+Blue) = 119+89+66=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775942 is #88A6BD. Grayscale: #5F5F5F. Windows color (decimal): -8955582 or 4348279. OLE color: 4348279.

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

Color convert

RGB 119 89 66 -
CMYK 0 0.25 0.45 0.53
HSL 26.04º 0.29% 0.36% -
HSV(B) 26.04º 0.45% 0.47% -
XYZ 12.16 11.46 6.73 -
YUV 95.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 119 89 66 0 0.25 0.45 0.53 26.04 0.29 0.36
Hex 77 59 42 0 19 2D 35 1A 1D 24
Octal 167 131 102 0 31 55 65 32 35 44
Binary 1110111 1011001 1000010 0 11001 101101 110101 11010 11101 100100

Color Harmonies of #775942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775942

Black with #775942

Text Example


Text Example

White with #775942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775942; }

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

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

background-color css

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

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

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

border-color css

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

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

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