Html Css Color HEX #766047 Tobacco Brown

📋 copy color: '#766047'

red 118 ◦ green 96 ◦ blue 71

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

Shades of Tobacco Brown #766047

Tints of Tobacco Brown #766047

RGB

 RED value IS 118 (46.48% from 255) = 41.4%

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 41.4%
G = 33.68%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#766047 (or 0x766047) is known color: Tobacco Brown. HEX triplet: 76, 60 and 47. RGB value is (118,96,71). Sum of RGB (Red+Green+Blue) = 118+96+71=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766047 is #899FB8. Grayscale: #636363. Windows color (decimal): -9019321 or 4677750. OLE color: 4677750.

HSL color Cylindrical-coordinate representation of color #766047: hue angle of 31.91º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #766047 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 71 -
CMYK 0 0.19 0.40 0.54
HSL 31.91º 0.25% 0.37% -
HSV(B) 31.91º 0.4% 0.46% -
XYZ 12.79 12.67 7.73 -
YUV 99.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 118 96 71 0 0.19 0.40 0.54 31.91 0.25 0.37
Hex 76 60 47 0 13 28 36 20 19 25
Octal 166 140 107 0 23 50 66 40 31 45
Binary 1110110 1100000 1000111 0 10011 101000 110110 100000 11001 100101

Color Harmonies of #766047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766047

Black with #766047

Text Example


Text Example

White with #766047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766047; }

 p { color: rgb(118,96,71); }

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

background-color css

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

 a { background-color: rgb(118,96,71); }

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

border-color css

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

 span { border-color: rgb(118,96,71); }

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