#767169

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

Shades of Sandstone #767169

Tints of Sandstone #767169

Color information

#767169 (or 0x767169) is unknown color: approx Sandstone. HEX triplet: 76, 71 and 69. RGB value is (118,113,105). Sum of RGB (Red+Green+Blue) = 118+113+105=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #767169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767169 is #898E96. Grayscale: #717171. Windows color (decimal): -9014935 or 6910326. OLE color: 6910326.

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

Color convert

RGB118113105-
CMYK00.040.110.54
HSL36.92º5.83%43.73%-
HSV(B)36.92º11.02%46.27%-
XYZ15.9316.6815.75-
YUV113.58123.16131.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=35.12%
G=33.63%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811310500.040.110.5436.925.8343.73
Hex76716904B362562c
Octal16616115104136645654
Binary11101101110001110100101001011110110100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767169; }

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

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

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

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

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

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

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

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