#78726C

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

Shades of Sandstone #78726C

Tints of Sandstone #78726C

Color information

#78726C (or 0x78726C) is unknown color: approx Sandstone. HEX triplet: 78, 72 and 6C. RGB value is (120,114,108). Sum of RGB (Red+Green+Blue) = 120+114+108=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #78726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78726C is #878D93. Grayscale: #737373. Windows color (decimal): -8883604 or 7107192. OLE color: 7107192.

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

Color convert

RGB120114108-
CMYK00.050.100.53
HSL30º5.26%44.71%-
HSV(B)30º10%47.06%-
XYZ16.4717.1116.62-
YUV115.11123.99131.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=35.09%
G=33.33%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011410800.050.100.53305.2644.71
Hex78726C05A351e52d
Octal17016215405126536555
Binary1111000111001011011000101101011010111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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