#78716C

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

Shades of Sandstone #78716C

Tints of Sandstone #78716C

Color information

#78716C (or 0x78716C) is unknown color: approx Sandstone. HEX triplet: 78, 71 and 6C. RGB value is (120,113,108). Sum of RGB (Red+Green+Blue) = 120+113+108=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #78716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78716C is #878E93. Grayscale: #727272. Windows color (decimal): -8883860 or 7106936. OLE color: 7106936.

HSL color Cylindrical-coordinate representation of color #78716C: hue angle of 25º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #78716C is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB120113108-
CMYK00.060.100.53
HSL25º5.26%44.71%-
HSV(B)25º10%47.06%-
XYZ16.3616.8916.58-
YUV114.52124.32131.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=35.19%
G=33.14%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011310800.060.100.53255.2644.71
Hex78716C06A351952d
Octal17016115406126531555
Binary1111000111000111011000110101011010111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78716C; }

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

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

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

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

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

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

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

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