#78736C

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

Shades of Sandstone #78736C

Tints of Sandstone #78736C

Color information

#78736C (or 0x78736C) is unknown color: approx Sandstone. HEX triplet: 78, 73 and 6C. RGB value is (120,115,108). Sum of RGB (Red+Green+Blue) = 120+115+108=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #78736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78736C is #878C93. Grayscale: #737373. Windows color (decimal): -8883348 or 7107448. OLE color: 7107448.

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

Color convert

RGB120115108-
CMYK00.040.100.53
HSL35º5.26%44.71%-
HSV(B)35º10%47.06%-
XYZ16.5817.3416.66-
YUV115.7123.66131.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=34.99%
G=33.53%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011510800.040.100.53355.2644.71
Hex78736C04A352352d
Octal17016315404126543555
Binary11110001110011110110001001010110101100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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