#7C7160

Color #7C7160 Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #7C7160

Tints of Sandstone #7C7160

Color information

#7C7160 (or 0x7C7160) is unknown color: approx Sandstone. HEX triplet: 7C, 71 and 60. RGB value is (124,113,96). Sum of RGB (Red+Green+Blue) = 124+113+96=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7160 is #838E9F. Grayscale: #727272. Windows color (decimal): -8621728 or 6320508. OLE color: 6320508.

HSL color Cylindrical-coordinate representation of color #7C7160: hue angle of 36.43º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C7160 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB12411396-
CMYK00.090.230.51
HSL36.43º12.73%43.14%-
HSV(B)36.43º22.58%48.63%-
XYZ16.3316.9413.48-
YUV114.35117.64134.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=37.24%
G=33.93%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241139600.090.230.5136.4312.7343.14
Hex7C716009173324d2b
Octal1741611400112763441553
Binary11111001110001110000001001101111100111001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C7160; }

 p { color: rgb(124,113,96); }

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

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

 a { background-color: rgb(124,113,96); }

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

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

 span { border-color: rgb(124,113,96); }

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