#787068

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

Shades of Sandstone #787068

Tints of Sandstone #787068

Color information

#787068 (or 0x787068) is unknown color: approx Sandstone. HEX triplet: 78, 70 and 68. RGB value is (120,112,104). Sum of RGB (Red+Green+Blue) = 120+112+104=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #787068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787068 is #878F97. Grayscale: #717171. Windows color (decimal): -8884120 or 6844536. OLE color: 6844536.

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

Color convert

RGB120112104-
CMYK00.070.130.53
HSL30º7.14%43.92%-
HSV(B)30º13.33%47.06%-
XYZ16.0416.5815.45-
YUV113.48122.65132.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=35.71%
G=33.33%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011210400.070.130.53307.1443.92
Hex78706807D351e72c
Octal17016015007156536754
Binary1111000111000011010000111110111010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787068; }

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

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

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

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

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

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

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

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