Html Css Color HEX #775E46 Tobacco Brown

📋 copy color: '#775E46'

red 119 ◦ green 94 ◦ blue 70

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

Shades of Tobacco Brown #775E46

Tints of Tobacco Brown #775E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.22%

 BLUE value IS 70 (27.73% from 255) = 24.73%

R = 42.05%
G = 33.22%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#775E46 (or 0x775E46) is known color: Tobacco Brown. HEX triplet: 77, 5E and 46. RGB value is (119,94,70). Sum of RGB (Red+Green+Blue) = 119+94+70=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E46 is #88A1B9. Grayscale: #626262. Windows color (decimal): -8954298 or 4611703. OLE color: 4611703.

HSL color Cylindrical-coordinate representation of color #775E46: hue angle of 29.39º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #775E46 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 70 -
CMYK 0 0.21 0.41 0.53
HSL 29.39º 0.26% 0.37% -
HSV(B) 29.39º 0.41% 0.47% -
XYZ 12.72 12.37 7.51 -
YUV 98.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 119 94 70 0 0.21 0.41 0.53 29.39 0.26 0.37
Hex 77 5E 46 0 15 29 35 1D 1A 25
Octal 167 136 106 0 25 51 65 35 32 45
Binary 1110111 1011110 1000110 0 10101 101001 110101 11101 11010 100101

Color Harmonies of #775E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E46

Black with #775E46

Text Example


Text Example

White with #775E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,70); }

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

background-color css

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

 a { background-color: rgb(119,94,70); }

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

border-color css

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

 span { border-color: rgb(119,94,70); }

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