#766E67

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

Shades of Sandstone #766E67

Tints of Sandstone #766E67

Color information

#766E67 (or 0x766E67) is unknown color: approx Sandstone. HEX triplet: 76, 6E and 67. RGB value is (118,110,103). Sum of RGB (Red+Green+Blue) = 118+110+103=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E67 is #899198. Grayscale: #6F6F6F. Windows color (decimal): -9015705 or 6778486. OLE color: 6778486.

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

Color convert

RGB118110103-
CMYK00.070.130.54
HSL28º6.79%43.33%-
HSV(B)28º12.71%46.27%-
XYZ15.515.9815.1-
YUV111.59123.15132.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=35.65%
G=33.23%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811010300.070.130.54286.7943.33
Hex766E6707D361c72b
Octal16615614707156634753
Binary1110110110111011001110111110111011011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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