Html Css Color HEX #775A45 Tobacco Brown

📋 copy color: '#775A45'

red 119 ◦ green 90 ◦ blue 69

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

Shades of Tobacco Brown #775A45

Tints of Tobacco Brown #775A45

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.37%

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 42.81%
G = 32.37%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#775A45 (or 0x775A45) is known color: Tobacco Brown. HEX triplet: 77, 5A and 45. RGB value is (119,90,69). Sum of RGB (Red+Green+Blue) = 119+90+69=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #775A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A45 is #88A5BA. Grayscale: #606060. Windows color (decimal): -8955323 or 4545143. OLE color: 4545143.

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

Color convert

RGB 119 90 69 -
CMYK 0 0.24 0.42 0.53
HSL 25.2º 0.27% 0.37% -
HSV(B) 25.2º 0.42% 0.47% -
XYZ 12.34 11.66 7.23 -
YUV 96.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 119 90 69 0 0.24 0.42 0.53 25.2 0.27 0.37
Hex 77 5A 45 0 18 2A 35 19 1B 25
Octal 167 132 105 0 30 52 65 31 33 45
Binary 1110111 1011010 1000101 0 11000 101010 110101 11001 11011 100101

Color Harmonies of #775A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A45

Black with #775A45

Text Example


Text Example

White with #775A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,90,69); }

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

background-color css

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

 a { background-color: rgb(119,90,69); }

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

border-color css

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

 span { border-color: rgb(119,90,69); }

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