Html Css Color HEX #775D40 Shingle Fawn

📋 copy color: '#775D40'

red 119 ◦ green 93 ◦ blue 64

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

Shades of Shingle Fawn #775D40

Tints of Shingle Fawn #775D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 43.12%
G = 33.7%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#775D40 (or 0x775D40) is known color: Shingle Fawn. HEX triplet: 77, 5D and 40. RGB value is (119,93,64). Sum of RGB (Red+Green+Blue) = 119+93+64=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #775D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D40 is #88A2BF. Grayscale: #616161. Windows color (decimal): -8954560 or 4218231. OLE color: 4218231.

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

Color convert

RGB 119 93 64 -
CMYK 0 0.22 0.46 0.53
HSL 31.64º 0.3% 0.36% -
HSV(B) 31.64º 0.46% 0.47% -
XYZ 12.45 12.12 6.53 -
YUV 97.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 119 93 64 0 0.22 0.46 0.53 31.64 0.3 0.36
Hex 77 5D 40 0 16 2E 35 20 1E 24
Octal 167 135 100 0 26 56 65 40 36 44
Binary 1110111 1011101 1000000 0 10110 101110 110101 100000 11110 100100

Color Harmonies of #775D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D40

Black with #775D40

Text Example


Text Example

White with #775D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,93,64); }

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

background-color css

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

 a { background-color: rgb(119,93,64); }

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

border-color css

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

 span { border-color: rgb(119,93,64); }

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