Html Css Color HEX #775E37 Shingle Fawn

📋 copy color: '#775E37'

red 119 ◦ green 94 ◦ blue 55

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

Shades of Shingle Fawn #775E37

Tints of Shingle Fawn #775E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 44.4%
G = 35.07%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#775E37 (or 0x775E37) is known color: Shingle Fawn. HEX triplet: 77, 5E and 37. RGB value is (119,94,55). Sum of RGB (Red+Green+Blue) = 119+94+55=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #775E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E37 is #88A1C8. Grayscale: #616161. Windows color (decimal): -8954313 or 3628663. OLE color: 3628663.

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

Color convert

RGB 119 94 55 -
CMYK 0 0.21 0.54 0.53
HSL 36.56º 0.37% 0.34% -
HSV(B) 36.56º 0.54% 0.47% -
XYZ 12.3 12.2 5.32 -
YUV 97.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 119 94 55 0 0.21 0.54 0.53 36.56 0.37 0.34
Hex 77 5E 37 0 15 36 35 25 25 22
Octal 167 136 67 0 25 66 65 45 45 42
Binary 1110111 1011110 110111 0 10101 110110 110101 100101 100101 100010

Color Harmonies of #775E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E37

Black with #775E37

Text Example


Text Example

White with #775E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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