#775B2F

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

Shades of Shingle Fawn #775B2F

Tints of Shingle Fawn #775B2F

Color information

#775B2F (or 0x775B2F) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5B and 2F. RGB value is (119,91,47). Sum of RGB (Red+Green+Blue) = 119+91+47=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B2F is #88A4D0. Grayscale: #5E5E5E. Windows color (decimal): -8955089 or 3103607. OLE color: 3103607.

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

Color convert

RGB1199147-
CMYK00.240.610.53
HSL36.67º43.37%32.55%-
HSV(B)36.67º60.5%46.67%-
XYZ11.8611.614.3-
YUV94.36101.28145.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=46.30%
G=35.41%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119914700.240.610.5336.6743.3732.55
Hex775B2F0183D35252b21
Octal167133570307565455341
Binary11101111011011101111011000111101110101100101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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