#76726D

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

Shades of Sandstone #76726D

Tints of Sandstone #76726D

Color information

#76726D (or 0x76726D) is unknown color: approx Sandstone. HEX triplet: 76, 72 and 6D. RGB value is (118,114,109). Sum of RGB (Red+Green+Blue) = 118+114+109=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #76726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76726D is #898D92. Grayscale: #727272. Windows color (decimal): -9014675 or 7172726. OLE color: 7172726.

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

Color convert

RGB118114109-
CMYK00.030.080.54
HSL33.33º3.96%44.51%-
HSV(B)33.33º7.63%46.27%-
XYZ16.2516.9916.89-
YUV114.63124.83130.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=34.60%
G=33.43%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811410900.030.080.5433.333.9644.51
Hex76726D038362142d
Octal16616215503106641455
Binary1110110111001011011010111000110110100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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