Html Css Color HEX #775E3D Shingle Fawn

📋 copy color: '#775E3D'

red 119 ◦ green 94 ◦ blue 61

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

Shades of Shingle Fawn #775E3D

Tints of Shingle Fawn #775E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 43.43%
G = 34.31%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#775E3D (or 0x775E3D) is known color: Shingle Fawn. HEX triplet: 77, 5E and 3D. RGB value is (119,94,61). Sum of RGB (Red+Green+Blue) = 119+94+61=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E3D is #88A1C2. Grayscale: #616161. Windows color (decimal): -8954307 or 4021879. OLE color: 4021879.

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

Color convert

RGB 119 94 61 -
CMYK 0 0.21 0.49 0.53
HSL 34.14º 0.32% 0.35% -
HSV(B) 34.14º 0.49% 0.47% -
XYZ 12.45 12.26 6.13 -
YUV 97.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 119 94 61 0 0.21 0.49 0.53 34.14 0.32 0.35
Hex 77 5E 3D 0 15 31 35 22 20 23
Octal 167 136 75 0 25 61 65 42 40 43
Binary 1110111 1011110 111101 0 10101 110001 110101 100010 100000 100011

Color Harmonies of #775E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E3D

Black with #775E3D

Text Example


Text Example

White with #775E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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