Html Css Color HEX #775C41 Tobacco Brown

📋 copy color: '#775C41'

red 119 ◦ green 92 ◦ blue 65

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

Shades of Tobacco Brown #775C41

Tints of Tobacco Brown #775C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 43.12%
G = 33.33%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775C41 (or 0x775C41) is known color: Tobacco Brown. HEX triplet: 77, 5C and 41. RGB value is (119,92,65). Sum of RGB (Red+Green+Blue) = 119+92+65=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #775C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C41 is #88A3BE. Grayscale: #616161. Windows color (decimal): -8954815 or 4283511. OLE color: 4283511.

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

Color convert

RGB 119 92 65 -
CMYK 0 0.23 0.45 0.53
HSL 30º 0.29% 0.36% -
HSV(B) 30º 0.45% 0.47% -
XYZ 12.39 11.96 6.66 -
YUV 97 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 119 92 65 0 0.23 0.45 0.53 30 0.29 0.36
Hex 77 5C 41 0 17 2D 35 1E 1D 24
Octal 167 134 101 0 27 55 65 36 35 44
Binary 1110111 1011100 1000001 0 10111 101101 110101 11110 11101 100100

Color Harmonies of #775C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C41

Black with #775C41

Text Example


Text Example

White with #775C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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