#7C7264

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

Shades of Sandstone #7C7264

Tints of Sandstone #7C7264

Color information

#7C7264 (or 0x7C7264) is unknown color: approx Sandstone. HEX triplet: 7C, 72 and 64. RGB value is (124,114,100). Sum of RGB (Red+Green+Blue) = 124+114+100=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7264 is #838D9B. Grayscale: #737373. Windows color (decimal): -8621468 or 6582908. OLE color: 6582908.

HSL color Cylindrical-coordinate representation of color #7C7264: hue angle of 35º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C7264 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB124114100-
CMYK00.080.190.51
HSL35º10.71%43.92%-
HSV(B)35º19.35%48.63%-
XYZ16.6317.2414.51-
YUV115.39119.31134.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=36.69%
G=33.73%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411410000.080.190.513510.7143.92
Hex7C726408133323b2c
Octal1741621440102363431354
Binary11111001110010110010001000100111100111000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,100); }

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

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

 a { background-color: rgb(124,114,100); }

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

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

 span { border-color: rgb(124,114,100); }

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