#7B6B56

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

Shades of Sandstone #7B6B56

Tints of Sandstone #7B6B56

Color information

#7B6B56 (or 0x7B6B56) is unknown color: approx Sandstone. HEX triplet: 7B, 6B and 56. RGB value is (123,107,86). Sum of RGB (Red+Green+Blue) = 123+107+86=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6B56 is #8494A9. Grayscale: #6D6D6D. Windows color (decimal): -8688810 or 5663611. OLE color: 5663611.

HSL color Cylindrical-coordinate representation of color #7B6B56: hue angle of 34.05º 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 #7B6B56 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB12310786-
CMYK00.130.300.52
HSL34.05º17.7%40.98%-
HSV(B)34.05º30.08%48.24%-
XYZ15.1115.410.98-
YUV109.39114.8137.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.92%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=38.92%
G=33.86%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231078600.130.300.5234.0517.740.98
Hex7B6B560D1E34221229
Octal1731531260153664422251
Binary111101111010111010110011011111011010010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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