Html Css Color HEX #775C46 Tobacco Brown

📋 copy color: '#775C46'

red 119 ◦ green 92 ◦ blue 70

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

Shades of Tobacco Brown #775C46

Tints of Tobacco Brown #775C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

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

R = 42.35%
G = 32.74%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#775C46 (or 0x775C46) is known color: Tobacco Brown. HEX triplet: 77, 5C and 46. RGB value is (119,92,70). Sum of RGB (Red+Green+Blue) = 119+92+70=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C46 is #88A3B9. Grayscale: #616161. Windows color (decimal): -8954810 or 4611191. OLE color: 4611191.

HSL color Cylindrical-coordinate representation of color #775C46: hue angle of 26.94º 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 #775C46 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 70 -
CMYK 0 0.23 0.41 0.53
HSL 26.94º 0.26% 0.37% -
HSV(B) 26.94º 0.41% 0.47% -
XYZ 12.54 12.02 7.45 -
YUV 97.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 119 92 70 0 0.23 0.41 0.53 26.94 0.26 0.37
Hex 77 5C 46 0 17 29 35 1B 1A 25
Octal 167 134 106 0 27 51 65 33 32 45
Binary 1110111 1011100 1000110 0 10111 101001 110101 11011 11010 100101

Color Harmonies of #775C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C46

Black with #775C46

Text Example


Text Example

White with #775C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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