#766C62

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

Shades of Sandstone #766C62

Tints of Sandstone #766C62

Color information

#766C62 (or 0x766C62) is unknown color: approx Sandstone. HEX triplet: 76, 6C and 62. RGB value is (118,108,98). Sum of RGB (Red+Green+Blue) = 118+108+98=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #766C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C62 is #89939D. Grayscale: #6D6D6D. Windows color (decimal): -9016222 or 6450294. OLE color: 6450294.

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

Color convert

RGB11810898-
CMYK00.080.170.54
HSL30º9.26%42.35%-
HSV(B)30º16.95%46.27%-
XYZ15.0415.4613.75-
YUV109.85121.31133.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=36.42%
G=33.33%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181089800.080.170.54309.2642.35
Hex766C620811361e92a
Octal1661541420102166361152
Binary1110110110110011000100100010001110110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,98); }

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

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

 a { background-color: rgb(118,108,98); }

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

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

 span { border-color: rgb(118,108,98); }

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