#76726E

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

Shades of Sandstone #76726E

Tints of Sandstone #76726E

Color information

#76726E (or 0x76726E) is unknown color: approx Sandstone. HEX triplet: 76, 72 and 6E. RGB value is (118,114,110). Sum of RGB (Red+Green+Blue) = 118+114+110=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #76726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76726E is #898D91. Grayscale: #727272. Windows color (decimal): -9014674 or 7238262. OLE color: 7238262.

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

Color convert

RGB118114110-
CMYK00.030.070.54
HSL30º3.51%44.71%-
HSV(B)30º6.78%46.27%-
XYZ16.317.0117.18-
YUV114.74125.33130.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=34.50%
G=33.33%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811411000.030.070.54303.5144.71
Hex76726E037361e42d
Octal1661621560376636455
Binary11101101110010110111001111111011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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