#775B2E

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

Shades of Shingle Fawn #775B2E

Tints of Shingle Fawn #775B2E

Color information

#775B2E (or 0x775B2E) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5B and 2E. RGB value is (119,91,46). Sum of RGB (Red+Green+Blue) = 119+91+46=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B2E is #88A4D1. Grayscale: #5E5E5E. Windows color (decimal): -8955090 or 3038071. OLE color: 3038071.

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

Color convert

RGB1199146-
CMYK00.240.610.53
HSL36.99º44.24%32.35%-
HSV(B)36.99º61.34%46.67%-
XYZ11.8411.64.2-
YUV94.24100.78145.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=46.48%
G=35.55%
B=17.97%

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
Decimal119914600.240.610.5336.9944.2432.35
Hex775B2E0183D35252c20
Octal167133560307565455440
Binary11101111011011101110011000111101110101100101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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