#775736

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

Shades of Shingle Fawn #775736

Tints of Shingle Fawn #775736

Color information

#775736 (or 0x775736) is unknown color: approx Shingle Fawn. HEX triplet: 77, 57 and 36. RGB value is (119,87,54). Sum of RGB (Red+Green+Blue) = 119+87+54=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775736 is #88A8C9. Grayscale: #5C5C5C. Windows color (decimal): -8956106 or 3561335. OLE color: 3561335.

HSL color Cylindrical-coordinate representation of color #775736: hue angle of 30.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775736 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1198754-
CMYK00.270.550.53
HSL30.46º37.57%33.92%-
HSV(B)30.46º54.62%46.67%-
XYZ11.68115-
YUV92.81106.1146.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 54 (21.48% from 255) = 20.77%
R=45.77%
G=33.46%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119875400.270.550.5330.4637.5733.92
Hex77573601B37351e2622
Octal167127660336765364642
Binary1110111101011111011001101111011111010111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775736; }

 p { color: rgb(119,87,54); }

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

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

 a { background-color: rgb(119,87,54); }

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

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

 span { border-color: rgb(119,87,54); }

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