#7B6F64

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

Shades of Sandstone #7B6F64

Tints of Sandstone #7B6F64

Color information

#7B6F64 (or 0x7B6F64) is unknown color: approx Sandstone. HEX triplet: 7B, 6F and 64. RGB value is (123,111,100). Sum of RGB (Red+Green+Blue) = 123+111+100=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F64 is #84909B. Grayscale: #717171. Windows color (decimal): -8687772 or 6582139. OLE color: 6582139.

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

Color convert

RGB123111100-
CMYK00.100.190.52
HSL28.7º10.31%43.73%-
HSV(B)28.7º18.7%48.24%-
XYZ16.1516.514.39-
YUV113.33120.48134.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=36.83%
G=33.23%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311110000.100.190.5228.710.3143.73
Hex7B6F640A13341da2c
Octal1731571440122364351254
Binary1111011110111111001000101010011110100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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