#775A34

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

Shades of Shingle Fawn #775A34

Tints of Shingle Fawn #775A34

Color information

#775A34 (or 0x775A34) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5A and 34. RGB value is (119,90,52). Sum of RGB (Red+Green+Blue) = 119+90+52=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #775A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A34 is #88A5CB. Grayscale: #5E5E5E. Windows color (decimal): -8955340 or 3431031. OLE color: 3431031.

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

Color convert

RGB1199052-
CMYK00.240.560.53
HSL34.03º39.18%33.53%-
HSV(B)34.03º56.3%46.67%-
XYZ11.8811.484.84-
YUV94.34104.11145.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=45.59%
G=34.48%
B=19.92%

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
Decimal119905200.240.560.5334.0339.1833.53
Hex775A340183835222722
Octal167132640307065424742
Binary11101111011010110100011000111000110101100010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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