#766B5C

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

Shades of Sandstone #766B5C

Tints of Sandstone #766B5C

Color information

#766B5C (or 0x766B5C) is unknown color: approx Sandstone. HEX triplet: 76, 6B and 5C. RGB value is (118,107,92). Sum of RGB (Red+Green+Blue) = 118+107+92=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5C is #8994A3. Grayscale: #6C6C6C. Windows color (decimal): -9016484 or 6056822. OLE color: 6056822.

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

Color convert

RGB11810792-
CMYK00.090.220.54
HSL34.62º12.38%41.18%-
HSV(B)34.62º22.03%46.27%-
XYZ14.6615.1412.27-
YUV108.58118.64134.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=37.22%
G=33.75%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181079200.090.220.5434.6212.3841.18
Hex766B5C09163623c29
Octal1661531340112666431451
Binary11101101101011101110001001101101101101000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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