#787168

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

Shades of Sandstone #787168

Tints of Sandstone #787168

Color information

#787168 (or 0x787168) is unknown color: approx Sandstone. HEX triplet: 78, 71 and 68. RGB value is (120,113,104). Sum of RGB (Red+Green+Blue) = 120+113+104=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #787168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787168 is #878E97. Grayscale: #727272. Windows color (decimal): -8883864 or 6844792. OLE color: 6844792.

HSL color Cylindrical-coordinate representation of color #787168: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787168 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB120113104-
CMYK00.060.130.53
HSL33.75º7.14%43.92%-
HSV(B)33.75º13.33%47.06%-
XYZ16.1516.815.49-
YUV114.07122.32132.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=35.61%
G=33.53%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011310400.060.130.5333.757.1443.92
Hex78716806D352272c
Octal17016115006156542754
Binary11110001110001110100001101101110101100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787168; }

 p { color: rgb(120,113,104); }

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

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

 a { background-color: rgb(120,113,104); }

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

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

 span { border-color: rgb(120,113,104); }

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