#78726D

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

Shades of Sandstone #78726D

Tints of Sandstone #78726D

Color information

#78726D (or 0x78726D) is unknown color: approx Sandstone. HEX triplet: 78, 72 and 6D. RGB value is (120,114,109). Sum of RGB (Red+Green+Blue) = 120+114+109=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #78726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78726D is #878D92. Grayscale: #737373. Windows color (decimal): -8883603 or 7172728. OLE color: 7172728.

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

Color convert

RGB120114109-
CMYK00.050.090.53
HSL27.27º4.8%44.9%-
HSV(B)27.27º9.17%47.06%-
XYZ16.5217.1316.9-
YUV115.22124.49131.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=34.99%
G=33.24%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011410900.050.090.5327.274.844.9
Hex78726D059351b52d
Octal17016215505116533555
Binary1111000111001011011010101100111010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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