#7D7264

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

Shades of Sandstone #7D7264

Tints of Sandstone #7D7264

Color information

#7D7264 (or 0x7D7264) is unknown color: approx Sandstone. HEX triplet: 7D, 72 and 64. RGB value is (125,114,100). Sum of RGB (Red+Green+Blue) = 125+114+100=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7264 is #828D9B. Grayscale: #737373. Windows color (decimal): -8555932 or 6582909. OLE color: 6582909.

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

Color convert

RGB125114100-
CMYK00.090.20.51
HSL33.6º11.11%44.12%-
HSV(B)33.6º20%49.02%-
XYZ16.7817.3114.51-
YUV115.69119.14134.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=36.87%
G=33.63%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511410000.090.20.5133.611.1144.12
Hex7D726409143322b2c
Octal1751621440112463421354
Binary11111011110010110010001001101001100111000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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