Html Css Color HEX #775C36 Shingle Fawn

📋 copy color: '#775C36'

red 119 ◦ green 92 ◦ blue 54

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

Shades of Shingle Fawn #775C36

Tints of Shingle Fawn #775C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.72%

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 44.91%
G = 34.72%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#775C36 (or 0x775C36) is known color: Shingle Fawn. HEX triplet: 77, 5C and 36. RGB value is (119,92,54). Sum of RGB (Red+Green+Blue) = 119+92+54=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C36 is #88A3C9. Grayscale: #5F5F5F. Windows color (decimal): -8954826 or 3562615. OLE color: 3562615.

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

Color convert

RGB 119 92 54 -
CMYK 0 0.23 0.55 0.53
HSL 35.08º 0.38% 0.34% -
HSV(B) 35.08º 0.55% 0.47% -
XYZ 12.1 11.84 5.14 -
YUV 95.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 119 92 54 0 0.23 0.55 0.53 35.08 0.38 0.34
Hex 77 5C 36 0 17 37 35 23 26 22
Octal 167 134 66 0 27 67 65 43 46 42
Binary 1110111 1011100 110110 0 10111 110111 110101 100011 100110 100010

Color Harmonies of #775C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C36

Black with #775C36

Text Example


Text Example

White with #775C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,92,54); }

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

background-color css

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

 a { background-color: rgb(119,92,54); }

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

border-color css

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

 span { border-color: rgb(119,92,54); }

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