#7B6F61

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

Shades of Sandstone #7B6F61

Tints of Sandstone #7B6F61

Color information

#7B6F61 (or 0x7B6F61) is unknown color: approx Sandstone. HEX triplet: 7B, 6F and 61. RGB value is (123,111,97). Sum of RGB (Red+Green+Blue) = 123+111+97=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F61 is #84909E. Grayscale: #717171. Windows color (decimal): -8687775 or 6385531. OLE color: 6385531.

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

Color convert

RGB12311197-
CMYK00.100.210.52
HSL32.31º11.82%43.14%-
HSV(B)32.31º21.14%48.24%-
XYZ16.0116.4413.64-
YUV112.99118.98135.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=37.16%
G=33.53%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231119700.100.210.5232.3111.8243.14
Hex7B6F610A153420c2b
Octal1731571410122564401453
Binary11110111101111110000101010101011101001000001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,111,97); }

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

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

 a { background-color: rgb(123,111,97); }

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

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

 span { border-color: rgb(123,111,97); }

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