#767065

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

Shades of Sandstone #767065

Tints of Sandstone #767065

Color information

#767065 (or 0x767065) is unknown color: approx Sandstone. HEX triplet: 76, 70 and 65. RGB value is (118,112,101). Sum of RGB (Red+Green+Blue) = 118+112+101=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #767065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767065 is #898F9A. Grayscale: #707070. Windows color (decimal): -9015195 or 6647926. OLE color: 6647926.

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

Color convert

RGB118112101-
CMYK00.050.140.54
HSL38.82º7.76%42.94%-
HSV(B)38.82º14.41%46.27%-
XYZ15.6116.3814.65-
YUV112.54121.49131.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=35.65%
G=33.84%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811210100.050.140.5438.827.7642.94
Hex76706505E362782b
Octal166160145051666471053
Binary111011011100001100101010111101101101001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767065; }

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

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

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

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

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

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

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

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