Html Css Color HEX #775F47 Tobacco Brown

📋 copy color: '#775F47'

red 119 ◦ green 95 ◦ blue 71

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

Shades of Tobacco Brown #775F47

Tints of Tobacco Brown #775F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 41.75%
G = 33.33%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#775F47 (or 0x775F47) is known color: Tobacco Brown. HEX triplet: 77, 5F and 47. RGB value is (119,95,71). Sum of RGB (Red+Green+Blue) = 119+95+71=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #775F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F47 is #88A0B8. Grayscale: #636363. Windows color (decimal): -8954041 or 4677495. OLE color: 4677495.

HSL color Cylindrical-coordinate representation of color #775F47: hue angle of 30º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #775F47 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 71 -
CMYK 0 0.20 0.40 0.53
HSL 30º 0.25% 0.37% -
HSV(B) 30º 0.4% 0.47% -
XYZ 12.84 12.56 7.71 -
YUV 99.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 119 95 71 0 0.20 0.40 0.53 30 0.25 0.37
Hex 77 5F 47 0 14 28 35 1E 19 25
Octal 167 137 107 0 24 50 65 36 31 45
Binary 1110111 1011111 1000111 0 10100 101000 110101 11110 11001 100101

Color Harmonies of #775F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F47

Black with #775F47

Text Example


Text Example

White with #775F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,95,71); }

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

background-color css

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

 a { background-color: rgb(119,95,71); }

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

border-color css

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

 span { border-color: rgb(119,95,71); }

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