#767068

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

Shades of Sandstone #767068

Tints of Sandstone #767068

Color information

#767068 (or 0x767068) is unknown color: approx Sandstone. HEX triplet: 76, 70 and 68. RGB value is (118,112,104). Sum of RGB (Red+Green+Blue) = 118+112+104=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #767068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767068 is #898F97. Grayscale: #707070. Windows color (decimal): -9015192 or 6844534. OLE color: 6844534.

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

Color convert

RGB118112104-
CMYK00.050.120.54
HSL34.29º6.31%43.53%-
HSV(B)34.29º11.86%46.27%-
XYZ15.7616.4415.44-
YUV112.88122.99131.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=35.33%
G=33.53%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811210400.050.120.5434.296.3143.53
Hex76706805C362262c
Octal16616015005146642654
Binary11101101110000110100001011100110110100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767068; }

 p { color: rgb(118,112,104); }

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

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

 a { background-color: rgb(118,112,104); }

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

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

 span { border-color: rgb(118,112,104); }

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