#7B6C56

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

Shades of Sandstone #7B6C56

Tints of Sandstone #7B6C56

Color information

#7B6C56 (or 0x7B6C56) is unknown color: approx Sandstone. HEX triplet: 7B, 6C and 56. RGB value is (123,108,86). Sum of RGB (Red+Green+Blue) = 123+108+86=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C56 is #8493A9. Grayscale: #6E6E6E. Windows color (decimal): -8688554 or 5663867. OLE color: 5663867.

HSL color Cylindrical-coordinate representation of color #7B6C56: hue angle of 35.68º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B6C56 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB12310886-
CMYK00.120.300.52
HSL35.68º17.7%40.98%-
HSV(B)35.68º30.08%48.24%-
XYZ15.2115.6111.02-
YUV109.98114.47137.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=38.80%
G=34.07%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231088600.120.300.5235.6817.740.98
Hex7B6C560C1E34241229
Octal1731541260143664442251
Binary111101111011001010110011001111011010010010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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