Html Css Color HEX #775E3B Shingle Fawn

📋 copy color: '#775E3B'

red 119 ◦ green 94 ◦ blue 59

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

Shades of Shingle Fawn #775E3B

Tints of Shingle Fawn #775E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 43.75%
G = 34.56%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#775E3B (or 0x775E3B) is known color: Shingle Fawn. HEX triplet: 77, 5E and 3B. RGB value is (119,94,59). Sum of RGB (Red+Green+Blue) = 119+94+59=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E3B is #88A1C4. Grayscale: #616161. Windows color (decimal): -8954309 or 3890807. OLE color: 3890807.

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

Color convert

RGB 119 94 59 -
CMYK 0 0.21 0.50 0.53
HSL 35º 0.34% 0.35% -
HSV(B) 35º 0.5% 0.47% -
XYZ 12.4 12.24 5.85 -
YUV 97.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 119 94 59 0 0.21 0.50 0.53 35 0.34 0.35
Hex 77 5E 3B 0 15 32 35 23 22 23
Octal 167 136 73 0 25 62 65 43 42 43
Binary 1110111 1011110 111011 0 10101 110010 110101 100011 100010 100011

Color Harmonies of #775E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E3B

Black with #775E3B

Text Example


Text Example

White with #775E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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