#76726F

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

Shades of Sandstone #76726F

Tints of Sandstone #76726F

Color information

#76726F (or 0x76726F) is unknown color: approx Sandstone. HEX triplet: 76, 72 and 6F. RGB value is (118,114,111). Sum of RGB (Red+Green+Blue) = 118+114+111=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #76726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76726F is #898D90. Grayscale: #727272. Windows color (decimal): -9014673 or 7303798. OLE color: 7303798.

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

Color convert

RGB118114111-
CMYK00.030.060.54
HSL25.71º3.06%44.9%-
HSV(B)25.71º5.93%46.27%-
XYZ16.3617.0317.46-
YUV114.85125.83130.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=34.40%
G=33.24%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811411100.030.060.5425.713.0644.9
Hex76726F036361a32d
Octal1661621570366632355
Binary1110110111001011011110111101101101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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