#766F6B

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

Shades of Sandstone #766F6B

Tints of Sandstone #766F6B

Color information

#766F6B (or 0x766F6B) is unknown color: approx Sandstone. HEX triplet: 76, 6F and 6B. RGB value is (118,111,107). Sum of RGB (Red+Green+Blue) = 118+111+107=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #766F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F6B is #899094. Grayscale: #707070. Windows color (decimal): -9015445 or 7040886. OLE color: 7040886.

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

Color convert

RGB118111107-
CMYK00.060.090.54
HSL21.82º4.89%44.12%-
HSV(B)21.82º9.32%46.27%-
XYZ15.8116.2816.22-
YUV112.64124.82131.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=35.12%
G=33.04%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811110700.060.090.5421.824.8944.12
Hex766F6B069361652c
Octal16615715306116626554
Binary1110110110111111010110110100111011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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