#756F6B

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

Shades of Sandstone #756F6B

Tints of Sandstone #756F6B

Color information

#756F6B (or 0x756F6B) is unknown color: approx Sandstone. HEX triplet: 75, 6F and 6B. RGB value is (117,111,107). Sum of RGB (Red+Green+Blue) = 117+111+107=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F6B is #8A9094. Grayscale: #707070. Windows color (decimal): -9080981 or 7040885. OLE color: 7040885.

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

Color convert

RGB117111107-
CMYK00.050.090.54
HSL24º4.46%43.92%-
HSV(B)24º8.55%45.88%-
XYZ15.6716.2116.21-
YUV112.34124.99131.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=34.93%
G=33.13%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711110700.050.090.54244.4643.92
Hex756F6B059361842c
Octal16515715305116630454
Binary1110101110111111010110101100111011011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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