#766F67

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

Shades of Sandstone #766F67

Tints of Sandstone #766F67

Color information

#766F67 (or 0x766F67) is unknown color: approx Sandstone. HEX triplet: 76, 6F and 67. RGB value is (118,111,103). Sum of RGB (Red+Green+Blue) = 118+111+103=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F67 is #899098. Grayscale: #707070. Windows color (decimal): -9015449 or 6778742. OLE color: 6778742.

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

Color convert

RGB118111103-
CMYK00.060.130.54
HSL32º6.79%43.33%-
HSV(B)32º12.71%46.27%-
XYZ15.616.215.14-
YUV112.18122.82132.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=35.54%
G=33.43%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811110300.060.130.54326.7943.33
Hex766F6706D362072b
Octal16615714706156640753
Binary11101101101111110011101101101110110100000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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