#766F69

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

Shades of Sandstone #766F69

Tints of Sandstone #766F69

Color information

#766F69 (or 0x766F69) is unknown color: approx Sandstone. HEX triplet: 76, 6F and 69. RGB value is (118,111,105). Sum of RGB (Red+Green+Blue) = 118+111+105=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F69 is #899096. Grayscale: #707070. Windows color (decimal): -9015447 or 6909814. OLE color: 6909814.

HSL color Cylindrical-coordinate representation of color #766F69: hue angle of 27.69º 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 #766F69 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB118111105-
CMYK00.060.110.54
HSL27.69º5.83%43.73%-
HSV(B)27.69º11.02%46.27%-
XYZ15.7116.2415.67-
YUV112.41123.82131.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=35.33%
G=33.23%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811110500.060.110.5427.695.8343.73
Hex766F6906B361c62c
Octal16615715106136634654
Binary1110110110111111010010110101111011011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766F69; }

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

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

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

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

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

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

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

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