#775A2E

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

Shades of Shingle Fawn #775A2E

Tints of Shingle Fawn #775A2E

Color information

#775A2E (or 0x775A2E) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5A and 2E. RGB value is (119,90,46). Sum of RGB (Red+Green+Blue) = 119+90+46=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #775A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A2E is #88A5D1. Grayscale: #5D5D5D. Windows color (decimal): -8955346 or 3037815. OLE color: 3037815.

HSL color Cylindrical-coordinate representation of color #775A2E: hue angle of 36.16º 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 #775A2E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1199046-
CMYK00.240.610.53
HSL36.16º44.24%32.35%-
HSV(B)36.16º61.34%46.67%-
XYZ11.7611.434.17-
YUV93.66101.11146.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=46.67%
G=35.29%
B=18.04%

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
Decimal119904600.240.610.5336.1644.2432.35
Hex775A2E0183D35242c20
Octal167132560307565445440
Binary11101111011010101110011000111101110101100100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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