#76716C

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

Shades of Sandstone #76716C

Tints of Sandstone #76716C

Color information

#76716C (or 0x76716C) is unknown color: approx Sandstone. HEX triplet: 76, 71 and 6C. RGB value is (118,113,108). Sum of RGB (Red+Green+Blue) = 118+113+108=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #76716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76716C is #898E93. Grayscale: #717171. Windows color (decimal): -9014932 or 7106934. OLE color: 7106934.

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

Color convert

RGB118113108-
CMYK00.040.080.54
HSL30º4.42%44.31%-
HSV(B)30º8.47%46.27%-
XYZ16.0816.7416.57-
YUV113.92124.66130.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=34.81%
G=33.33%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811310800.040.080.54304.4244.31
Hex76716C048361e42c
Octal16616115404106636454
Binary1110110111000111011000100100011011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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