#76706C

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

Shades of Sandstone #76706C

Tints of Sandstone #76706C

Color information

#76706C (or 0x76706C) is unknown color: approx Sandstone. HEX triplet: 76, 70 and 6C. RGB value is (118,112,108). Sum of RGB (Red+Green+Blue) = 118+112+108=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #76706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76706C is #898F93. Grayscale: #717171. Windows color (decimal): -9015188 or 7106678. OLE color: 7106678.

HSL color Cylindrical-coordinate representation of color #76706C: 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.08%. Process color model (Four color, CMYK) of #76706C is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB118112108-
CMYK00.050.080.54
HSL24º4.42%44.31%-
HSV(B)24º8.47%46.27%-
XYZ15.9716.5216.53-
YUV113.34124.99131.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=34.91%
G=33.14%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811210800.050.080.54244.4244.31
Hex76706C058361842c
Octal16616015405106630454
Binary1110110111000011011000101100011011011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76706C; }

 p { color: rgb(118,112,108); }

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

<style>
 a { background-color: #76706C; }

 a { background-color: rgb(118,112,108); }

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

<style>
 span { border-color: #76706C; }

 span { border-color: rgb(118,112,108); }

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