Html Css Color HEX #775E34 Shingle Fawn

📋 copy color: '#775E34'

red 119 ◦ green 94 ◦ blue 52

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

Shades of Shingle Fawn #775E34

Tints of Shingle Fawn #775E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 44.91%
G = 35.47%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#775E34 (or 0x775E34) is known color: Shingle Fawn. HEX triplet: 77, 5E and 34. RGB value is (119,94,52). Sum of RGB (Red+Green+Blue) = 119+94+52=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E34 is #88A1CB. Grayscale: #606060. Windows color (decimal): -8954316 or 3432055. OLE color: 3432055.

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

Color convert

RGB 119 94 52 -
CMYK 0 0.21 0.56 0.53
HSL 37.61º 0.39% 0.34% -
HSV(B) 37.61º 0.56% 0.47% -
XYZ 12.23 12.18 4.95 -
YUV 96.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 119 94 52 0 0.21 0.56 0.53 37.61 0.39 0.34
Hex 77 5E 34 0 15 38 35 26 27 22
Octal 167 136 64 0 25 70 65 46 47 42
Binary 1110111 1011110 110100 0 10101 111000 110101 100110 100111 100010

Color Harmonies of #775E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E34

Black with #775E34

Text Example


Text Example

White with #775E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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