Html Css Color HEX #775D3F Shingle Fawn

📋 copy color: '#775D3F'

red 119 ◦ green 93 ◦ blue 63

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

Shades of Shingle Fawn #775D3F

Tints of Shingle Fawn #775D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.82%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 43.27%
G = 33.82%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#775D3F (or 0x775D3F) is known color: Shingle Fawn. HEX triplet: 77, 5D and 3F. RGB value is (119,93,63). Sum of RGB (Red+Green+Blue) = 119+93+63=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #775D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D3F is #88A2C0. Grayscale: #616161. Windows color (decimal): -8954561 or 4152695. OLE color: 4152695.

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

Color convert

RGB 119 93 63 -
CMYK 0 0.22 0.47 0.53
HSL 32.14º 0.31% 0.36% -
HSV(B) 32.14º 0.47% 0.47% -
XYZ 12.42 12.11 6.39 -
YUV 97.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 119 93 63 0 0.22 0.47 0.53 32.14 0.31 0.36
Hex 77 5D 3F 0 16 2F 35 20 1F 24
Octal 167 135 77 0 26 57 65 40 37 44
Binary 1110111 1011101 111111 0 10110 101111 110101 100000 11111 100100

Color Harmonies of #775D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D3F

Black with #775D3F

Text Example


Text Example

White with #775D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,93,63); }

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

background-color css

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

 a { background-color: rgb(119,93,63); }

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

border-color css

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

 span { border-color: rgb(119,93,63); }

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