Html Css Color HEX #775C32 Shingle Fawn

📋 copy color: '#775C32'

red 119 ◦ green 92 ◦ blue 50

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

Shades of Shingle Fawn #775C32

Tints of Shingle Fawn #775C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 45.59%
G = 35.25%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#775C32 (or 0x775C32) is known color: Shingle Fawn. HEX triplet: 77, 5C and 32. RGB value is (119,92,50). Sum of RGB (Red+Green+Blue) = 119+92+50=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #775C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C32 is #88A3CD. Grayscale: #5F5F5F. Windows color (decimal): -8954830 or 3300471. OLE color: 3300471.

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

Color convert

RGB 119 92 50 -
CMYK 0 0.23 0.58 0.53
HSL 36.52º 0.41% 0.33% -
HSV(B) 36.52º 0.58% 0.47% -
XYZ 12.01 11.81 4.66 -
YUV 95.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 119 92 50 0 0.23 0.58 0.53 36.52 0.41 0.33
Hex 77 5C 32 0 17 3A 35 25 29 21
Octal 167 134 62 0 27 72 65 45 51 41
Binary 1110111 1011100 110010 0 10111 111010 110101 100101 101001 100001

Color Harmonies of #775C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C32

Black with #775C32

Text Example


Text Example

White with #775C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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