#78726A

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

Shades of Sandstone #78726A

Tints of Sandstone #78726A

Color information

#78726A (or 0x78726A) is unknown color: approx Sandstone. HEX triplet: 78, 72 and 6A. RGB value is (120,114,106). Sum of RGB (Red+Green+Blue) = 120+114+106=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #78726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78726A is #878D95. Grayscale: #727272. Windows color (decimal): -8883606 or 6976120. OLE color: 6976120.

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

Color convert

RGB120114106-
CMYK00.050.120.53
HSL34.29º6.19%44.31%-
HSV(B)34.29º11.67%47.06%-
XYZ16.3617.0716.07-
YUV114.88122.99131.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=35.29%
G=33.53%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011410600.050.120.5334.296.1944.31
Hex78726A05C352262c
Octal17016215205146542654
Binary11110001110010110101001011100110101100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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