#76716E

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

Shades of Sandstone #76716E

Tints of Sandstone #76716E

Color information

#76716E (or 0x76716E) is unknown color: approx Sandstone. HEX triplet: 76, 71 and 6E. RGB value is (118,113,110). Sum of RGB (Red+Green+Blue) = 118+113+110=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #76716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76716E is #898E91. Grayscale: #727272. Windows color (decimal): -9014930 or 7238006. OLE color: 7238006.

HSL color Cylindrical-coordinate representation of color #76716E: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76716E is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB118113110-
CMYK00.040.070.54
HSL22.5º3.51%44.71%-
HSV(B)22.5º6.78%46.27%-
XYZ16.1916.7917.14-
YUV114.15125.66130.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=34.60%
G=33.14%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811311000.040.070.5422.53.5144.71
Hex76716E047361742d
Octal1661611560476627455
Binary111011011100011101110010011111011010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76716E; }

 p { color: rgb(118,113,110); }

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

<style>
 a { background-color: #76716E; }

 a { background-color: rgb(118,113,110); }

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

<style>
 span { border-color: #76716E; }

 span { border-color: rgb(118,113,110); }

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