#76695B

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

Shades of Sandstone #76695B

Tints of Sandstone #76695B

Color information

#76695B (or 0x76695B) is unknown color: approx Sandstone. HEX triplet: 76, 69 and 5B. RGB value is (118,105,91). Sum of RGB (Red+Green+Blue) = 118+105+91=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #76695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76695B is #8996A4. Grayscale: #6B6B6B. Windows color (decimal): -9016997 or 5990774. OLE color: 5990774.

HSL color Cylindrical-coordinate representation of color #76695B: hue angle of 31.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76695B is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB11810591-
CMYK00.110.230.54
HSL31.11º12.92%40.98%-
HSV(B)31.11º22.88%46.27%-
XYZ14.4114.7111.98-
YUV107.29118.81135.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=37.58%
G=33.44%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181059100.110.230.5431.1112.9240.98
Hex76695B0B17361fd29
Octal1661511330132766371551
Binary1110110110100110110110101110111110110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76695B; }

 p { color: rgb(118,105,91); }

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

<style>
 a { background-color: #76695B; }

 a { background-color: rgb(118,105,91); }

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

<style>
 span { border-color: #76695B; }

 span { border-color: rgb(118,105,91); }

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