#7B6C5B

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

Shades of Sandstone #7B6C5B

Tints of Sandstone #7B6C5B

Color information

#7B6C5B (or 0x7B6C5B) is unknown color: approx Sandstone. HEX triplet: 7B, 6C and 5B. RGB value is (123,108,91). Sum of RGB (Red+Green+Blue) = 123+108+91=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C5B is #8493A4. Grayscale: #6E6E6E. Windows color (decimal): -8688549 or 5991547. OLE color: 5991547.

HSL color Cylindrical-coordinate representation of color #7B6C5B: hue angle of 31.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B6C5B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB12310891-
CMYK00.120.260.52
HSL31.88º14.95%41.96%-
HSV(B)31.88º26.02%48.24%-
XYZ15.4215.6912.11-
YUV110.55116.97136.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.20%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=38.20%
G=33.54%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231089100.120.260.5231.8814.9541.96
Hex7B6C5B0C1A3420f2a
Octal1731541330143264401752
Binary11110111101100101101101100110101101001000001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B6C5B; }

 p { color: rgb(123,108,91); }

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

<style>
 a { background-color: #7B6C5B; }

 a { background-color: rgb(123,108,91); }

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

<style>
 span { border-color: #7B6C5B; }

 span { border-color: rgb(123,108,91); }

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