Html Css Color HEX #775737 Shingle Fawn

📋 copy color: '#775737'

red 119 ◦ green 87 ◦ blue 55

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

Shades of Shingle Fawn #775737

Tints of Shingle Fawn #775737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 45.59%
G = 33.33%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#775737 (or 0x775737) is known color: Shingle Fawn. HEX triplet: 77, 57 and 37. RGB value is (119,87,55). Sum of RGB (Red+Green+Blue) = 119+87+55=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #775737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775737 is #88A8C8. Grayscale: #5D5D5D. Windows color (decimal): -8956105 or 3626871. OLE color: 3626871.

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

Color convert

RGB 119 87 55 -
CMYK 0 0.27 0.54 0.53
HSL 30º 0.37% 0.34% -
HSV(B) 30º 0.54% 0.47% -
XYZ 11.71 11.01 5.12 -
YUV 92.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 119 87 55 0 0.27 0.54 0.53 30 0.37 0.34
Hex 77 57 37 0 1B 36 35 1E 25 22
Octal 167 127 67 0 33 66 65 36 45 42
Binary 1110111 1010111 110111 0 11011 110110 110101 11110 100101 100010

Color Harmonies of #775737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775737

Black with #775737

Text Example


Text Example

White with #775737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775737; }

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

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

background-color css

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

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

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

border-color css

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

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

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