#775F34

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

Shades of Shingle Fawn #775F34

Tints of Shingle Fawn #775F34

Color information

#775F34 (or 0x775F34) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5F and 34. RGB value is (119,95,52). Sum of RGB (Red+Green+Blue) = 119+95+52=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #775F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F34 is #88A0CB. Grayscale: #616161. Windows color (decimal): -8954060 or 3432311. OLE color: 3432311.

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

Color convert

RGB1199552-
CMYK00.200.560.53
HSL38.51º39.18%33.53%-
HSV(B)38.51º56.3%46.67%-
XYZ12.3212.354.98-
YUV97.27102.45143.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=44.74%
G=35.71%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119955200.200.560.5338.5139.1833.53
Hex775F340143835272722
Octal167137640247065474742
Binary11101111011111110100010100111000110101100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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