#787063

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

Shades of Sandstone #787063

Tints of Sandstone #787063

Color information

#787063 (or 0x787063) is unknown color: approx Sandstone. HEX triplet: 78, 70 and 63. RGB value is (120,112,99). Sum of RGB (Red+Green+Blue) = 120+112+99=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #787063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787063 is #878F9C. Grayscale: #707070. Windows color (decimal): -8884125 or 6516856. OLE color: 6516856.

HSL color Cylindrical-coordinate representation of color #787063: hue angle of 37.14º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #787063 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12011299-
CMYK00.070.170.53
HSL37.14º9.59%42.94%-
HSV(B)37.14º17.5%47.06%-
XYZ15.7916.4814.15-
YUV112.91120.15133.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=36.25%
G=33.84%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201129900.070.170.5337.149.5942.94
Hex78706307113525a2b
Octal170160143072165451253
Binary1111000111000011000110111100011101011001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787063; }

 p { color: rgb(120,112,99); }

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

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

 a { background-color: rgb(120,112,99); }

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

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

 span { border-color: rgb(120,112,99); }

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