#775B34

Color #775B34 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #775B34

Tints of Shingle Fawn #775B34

Color information

#775B34 (or 0x775B34) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5B and 34. RGB value is (119,91,52). Sum of RGB (Red+Green+Blue) = 119+91+52=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #775B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B34 is #88A4CB. Grayscale: #5F5F5F. Windows color (decimal): -8955084 or 3431287. OLE color: 3431287.

HSL color Cylindrical-coordinate representation of color #775B34: hue angle of 34.93º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #775B34 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1199152-
CMYK00.240.560.53
HSL34.93º39.18%33.53%-
HSV(B)34.93º56.3%46.67%-
XYZ11.9711.654.87-
YUV94.93103.78145.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=45.42%
G=34.73%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119915200.240.560.5334.9339.1833.53
Hex775B340183835232722
Octal167133640307065434742
Binary11101111011011110100011000111000110101100011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,91,52); }

 H1.HeaderClassName
 {
   color: #775B34;
 }
 .AnyTagClassName
 {
   color: #775B34;
 }
</style>
background-color css

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

 a { background-color: rgb(119,91,52); }

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

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

 span { border-color: rgb(119,91,52); }

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