#775A2F

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

Shades of Shingle Fawn #775A2F

Tints of Shingle Fawn #775A2F

Color information

#775A2F (or 0x775A2F) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5A and 2F. RGB value is (119,90,47). Sum of RGB (Red+Green+Blue) = 119+90+47=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A2F is #88A5D0. Grayscale: #5D5D5D. Windows color (decimal): -8955345 or 3103351. OLE color: 3103351.

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

Color convert

RGB1199047-
CMYK00.240.610.53
HSL35.83º43.37%32.55%-
HSV(B)35.83º60.5%46.67%-
XYZ11.7811.444.28-
YUV93.77101.61146-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=46.48%
G=35.16%
B=18.36%

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
Decimal119904700.240.610.5335.8343.3732.55
Hex775A2F0183D35242b21
Octal167132570307565445341
Binary11101111011010101111011000111101110101100100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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