Html Css Color HEX #775E3C Shingle Fawn

📋 copy color: '#775E3C'

red 119 ◦ green 94 ◦ blue 60

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

Shades of Shingle Fawn #775E3C

Tints of Shingle Fawn #775E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 43.59%
G = 34.43%
B = 21.98%

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

#775E3C (or 0x775E3C) is known color: Shingle Fawn. HEX triplet: 77, 5E and 3C. RGB value is (119,94,60). Sum of RGB (Red+Green+Blue) = 119+94+60=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E3C is #88A1C3. Grayscale: #616161. Windows color (decimal): -8954308 or 3956343. OLE color: 3956343.

HSL color Cylindrical-coordinate representation of color #775E3C: hue angle of 34.58º degrees, saturation: 0.33, 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 #775E3C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 60 -
CMYK 0 0.21 0.50 0.53
HSL 34.58º 0.33% 0.35% -
HSV(B) 34.58º 0.5% 0.47% -
XYZ 12.43 12.25 5.99 -
YUV 97.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 119 94 60 0 0.21 0.50 0.53 34.58 0.33 0.35
Hex 77 5E 3C 0 15 32 35 23 21 23
Octal 167 136 74 0 25 62 65 43 41 43
Binary 1110111 1011110 111100 0 10101 110010 110101 100011 100001 100011

Color Harmonies of #775E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E3C

Black with #775E3C

Text Example


Text Example

White with #775E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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