Html Css Color HEX #775C40 Shingle Fawn

📋 copy color: '#775C40'

red 119 ◦ green 92 ◦ blue 64

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

Shades of Shingle Fawn #775C40

Tints of Shingle Fawn #775C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 43.27%
G = 33.45%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#775C40 (or 0x775C40) is known color: Shingle Fawn. HEX triplet: 77, 5C and 40. RGB value is (119,92,64). Sum of RGB (Red+Green+Blue) = 119+92+64=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #775C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C40 is #88A3BF. Grayscale: #616161. Windows color (decimal): -8954816 or 4217975. OLE color: 4217975.

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

Color convert

RGB 119 92 64 -
CMYK 0 0.23 0.46 0.53
HSL 30.55º 0.3% 0.36% -
HSV(B) 30.55º 0.46% 0.47% -
XYZ 12.36 11.95 6.5 -
YUV 96.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 119 92 64 0 0.23 0.46 0.53 30.55 0.3 0.36
Hex 77 5C 40 0 17 2E 35 1F 1E 24
Octal 167 134 100 0 27 56 65 37 36 44
Binary 1110111 1011100 1000000 0 10111 101110 110101 11111 11110 100100

Color Harmonies of #775C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C40

Black with #775C40

Text Example


Text Example

White with #775C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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