Html Css Color HEX #775D3D Shingle Fawn

📋 copy color: '#775D3D'

red 119 ◦ green 93 ◦ blue 61

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

Shades of Shingle Fawn #775D3D

Tints of Shingle Fawn #775D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 43.59%
G = 34.07%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#775D3D (or 0x775D3D) is known color: Shingle Fawn. HEX triplet: 77, 5D and 3D. RGB value is (119,93,61). Sum of RGB (Red+Green+Blue) = 119+93+61=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D3D is #88A2C2. Grayscale: #616161. Windows color (decimal): -8954563 or 4021623. OLE color: 4021623.

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

Color convert

RGB 119 93 61 -
CMYK 0 0.22 0.49 0.53
HSL 33.1º 0.32% 0.35% -
HSV(B) 33.1º 0.49% 0.47% -
XYZ 12.36 12.09 6.1 -
YUV 97.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 119 93 61 0 0.22 0.49 0.53 33.1 0.32 0.35
Hex 77 5D 3D 0 16 31 35 21 20 23
Octal 167 135 75 0 26 61 65 41 40 43
Binary 1110111 1011101 111101 0 10110 110001 110101 100001 100000 100011

Color Harmonies of #775D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D3D

Black with #775D3D

Text Example


Text Example

White with #775D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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