#76716B

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

Shades of Sandstone #76716B

Tints of Sandstone #76716B

Color information

#76716B (or 0x76716B) is unknown color: approx Sandstone. HEX triplet: 76, 71 and 6B. RGB value is (118,113,107). Sum of RGB (Red+Green+Blue) = 118+113+107=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #76716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76716B is #898E94. Grayscale: #717171. Windows color (decimal): -9014933 or 7041398. OLE color: 7041398.

HSL color Cylindrical-coordinate representation of color #76716B: hue angle of 32.73º degrees, saturation: 0.05, 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 #76716B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB118113107-
CMYK00.040.090.54
HSL32.73º4.89%44.12%-
HSV(B)32.73º9.32%46.27%-
XYZ16.0316.7216.29-
YUV113.81124.16130.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=34.91%
G=33.43%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811310700.040.090.5432.734.8944.12
Hex76716B049362152c
Octal16616115304116641554
Binary11101101110001110101101001001110110100001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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