#766A5C

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

Shades of Sandstone #766A5C

Tints of Sandstone #766A5C

Color information

#766A5C (or 0x766A5C) is unknown color: approx Sandstone. HEX triplet: 76, 6A and 5C. RGB value is (118,106,92). Sum of RGB (Red+Green+Blue) = 118+106+92=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A5C is #8995A3. Grayscale: #6C6C6C. Windows color (decimal): -9016740 or 6056566. OLE color: 6056566.

HSL color Cylindrical-coordinate representation of color #766A5C: hue angle of 32.31º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #766A5C is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB11810692-
CMYK00.100.220.54
HSL32.31º12.38%41.18%-
HSV(B)32.31º22.03%46.27%-
XYZ14.5614.9312.24-
YUV107.99118.98135.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=37.34%
G=33.54%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181069200.100.220.5432.3112.3841.18
Hex766A5C0A163620c29
Octal1661521340122666401451
Binary11101101101010101110001010101101101101000001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,92); }

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

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

 a { background-color: rgb(118,106,92); }

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

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

 span { border-color: rgb(118,106,92); }

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