#76706A

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

Shades of Sandstone #76706A

Tints of Sandstone #76706A

Color information

#76706A (or 0x76706A) is unknown color: approx Sandstone. HEX triplet: 76, 70 and 6A. RGB value is (118,112,106). Sum of RGB (Red+Green+Blue) = 118+112+106=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #76706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76706A is #898F95. Grayscale: #717171. Windows color (decimal): -9015190 or 6975606. OLE color: 6975606.

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

Color convert

RGB118112106-
CMYK00.050.100.54
HSL30º5.36%43.92%-
HSV(B)30º10.17%46.27%-
XYZ15.8716.4815.98-
YUV113.11123.99131.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=35.12%
G=33.33%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811210600.050.100.54305.3643.92
Hex76706A05A361e52c
Octal16616015205126636554
Binary1110110111000011010100101101011011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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