Html Css Color HEX #775736 Shingle Fawn

📋 copy color: '#775736'

red 119 ◦ green 87 ◦ blue 54

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

Shades of Shingle Fawn #775736

Tints of Shingle Fawn #775736

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.46%

 BLUE value IS 54 (21.48% from 255) = 20.77%

R = 45.77%
G = 33.46%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#775736 (or 0x775736) is known color: Shingle Fawn. HEX triplet: 77, 57 and 36. RGB value is (119,87,54). Sum of RGB (Red+Green+Blue) = 119+87+54=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775736 is #88A8C9. Grayscale: #5C5C5C. Windows color (decimal): -8956106 or 3561335. OLE color: 3561335.

HSL color Cylindrical-coordinate representation of color #775736: hue angle of 30.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775736 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 54 -
CMYK 0 0.27 0.55 0.53
HSL 30.46º 0.38% 0.34% -
HSV(B) 30.46º 0.55% 0.47% -
XYZ 11.68 11 5 -
YUV 92.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 119 87 54 0 0.27 0.55 0.53 30.46 0.38 0.34
Hex 77 57 36 0 1B 37 35 1E 26 22
Octal 167 127 66 0 33 67 65 36 46 42
Binary 1110111 1010111 110110 0 11011 110111 110101 11110 100110 100010

Color Harmonies of #775736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775736

Black with #775736

Text Example


Text Example

White with #775736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775736; }

 p { color: rgb(119,87,54); }

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

background-color css

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

 a { background-color: rgb(119,87,54); }

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

border-color css

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

 span { border-color: rgb(119,87,54); }

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