Html Css Color HEX #775C2F Shingle Fawn

📋 copy color: '#775C2F'

red 119 ◦ green 92 ◦ blue 47

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

Shades of Shingle Fawn #775C2F

Tints of Shingle Fawn #775C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 46.12%
G = 35.66%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#775C2F (or 0x775C2F) is known color: Shingle Fawn. HEX triplet: 77, 5C and 2F. RGB value is (119,92,47). Sum of RGB (Red+Green+Blue) = 119+92+47=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C2F is #88A3D0. Grayscale: #5F5F5F. Windows color (decimal): -8954833 or 3103863. OLE color: 3103863.

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

Color convert

RGB 119 92 47 -
CMYK 0 0.23 0.61 0.53
HSL 37.5º 0.43% 0.33% -
HSV(B) 37.5º 0.61% 0.47% -
XYZ 11.95 11.78 4.33 -
YUV 94.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 119 92 47 0 0.23 0.61 0.53 37.5 0.43 0.33
Hex 77 5C 2F 0 17 3D 35 26 2B 21
Octal 167 134 57 0 27 75 65 46 53 41
Binary 1110111 1011100 101111 0 10111 111101 110101 100110 101011 100001

Color Harmonies of #775C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C2F

Black with #775C2F

Text Example


Text Example

White with #775C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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