#787166

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

Shades of Sandstone #787166

Tints of Sandstone #787166

Color information

#787166 (or 0x787166) is unknown color: approx Sandstone. HEX triplet: 78, 71 and 66. RGB value is (120,113,102). Sum of RGB (Red+Green+Blue) = 120+113+102=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #787166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787166 is #878E99. Grayscale: #717171. Windows color (decimal): -8883866 or 6713720. OLE color: 6713720.

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

Color convert

RGB120113102-
CMYK00.060.150.53
HSL36.67º8.11%43.53%-
HSV(B)36.67º15%47.06%-
XYZ16.0516.7614.96-
YUV113.84121.32132.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=35.82%
G=33.73%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011310200.060.150.5336.678.1143.53
Hex78716606F352582c
Octal170161146061765451054
Binary111100011100011100110011011111101011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787166; }

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

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

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

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

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

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

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

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