#756F64

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

Shades of Sandstone #756F64

Tints of Sandstone #756F64

Color information

#756F64 (or 0x756F64) is unknown color: approx Sandstone. HEX triplet: 75, 6F and 64. RGB value is (117,111,100). Sum of RGB (Red+Green+Blue) = 117+111+100=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F64 is #8A909B. Grayscale: #6F6F6F. Windows color (decimal): -9080988 or 6582133. OLE color: 6582133.

HSL color Cylindrical-coordinate representation of color #756F64: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756F64 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB117111100-
CMYK00.050.150.54
HSL38.82º7.83%42.55%-
HSV(B)38.82º14.53%45.88%-
XYZ15.3216.0714.35-
YUV111.54121.49131.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=35.67%
G=33.84%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711110000.050.150.5438.827.8342.55
Hex756F6405F362782b
Octal165157144051766471053
Binary111010111011111100100010111111101101001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756F64; }

 p { color: rgb(117,111,100); }

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

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

 a { background-color: rgb(117,111,100); }

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

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

 span { border-color: rgb(117,111,100); }

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