#775F43

Color #775F43 Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #775F43

Tints of Tobacco Brown #775F43

Color information

#775F43 (or 0x775F43) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5F and 43. RGB value is (119,95,67). Sum of RGB (Red+Green+Blue) = 119+95+67=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F43 is #88A0BC. Grayscale: #636363. Windows color (decimal): -8954045 or 4415351. OLE color: 4415351.

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

Color convert

RGB1199567-
CMYK00.200.440.53
HSL32.31º27.96%36.47%-
HSV(B)32.31º43.7%46.67%-
XYZ12.7112.517.06-
YUV98.98109.95142.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 67 (26.56% from 255) = 23.84%
R=42.35%
G=33.81%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119956700.200.440.5332.3127.9636.47
Hex775F430142C35201c24
Octal1671371030245465403444
Binary11101111011111100001101010010110011010110000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #775F43;
 }
 .AnyTagClassName
 {
   color: #775F43;
 }
</style>
background-color css

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

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

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

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

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

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