Html Css Color HEX #775E38 Shingle Fawn

📋 copy color: '#775E38'

red 119 ◦ green 94 ◦ blue 56

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

Shades of Shingle Fawn #775E38

Tints of Shingle Fawn #775E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.82%

R = 44.24%
G = 34.94%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#775E38 (or 0x775E38) is known color: Shingle Fawn. HEX triplet: 77, 5E and 38. RGB value is (119,94,56). Sum of RGB (Red+Green+Blue) = 119+94+56=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E38 is #88A1C7. Grayscale: #616161. Windows color (decimal): -8954312 or 3694199. OLE color: 3694199.

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

Color convert

RGB 119 94 56 -
CMYK 0 0.21 0.53 0.53
HSL 36.19º 0.36% 0.34% -
HSV(B) 36.19º 0.53% 0.47% -
XYZ 12.32 12.21 5.45 -
YUV 97.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 119 94 56 0 0.21 0.53 0.53 36.19 0.36 0.34
Hex 77 5E 38 0 15 35 35 24 24 22
Octal 167 136 70 0 25 65 65 44 44 42
Binary 1110111 1011110 111000 0 10101 110101 110101 100100 100100 100010

Color Harmonies of #775E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E38

Black with #775E38

Text Example


Text Example

White with #775E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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