#767066

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

Shades of Sandstone #767066

Tints of Sandstone #767066

Color information

#767066 (or 0x767066) is unknown color: approx Sandstone. HEX triplet: 76, 70 and 66. RGB value is (118,112,102). Sum of RGB (Red+Green+Blue) = 118+112+102=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #767066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767066 is #898F99. Grayscale: #707070. Windows color (decimal): -9015194 or 6713462. OLE color: 6713462.

HSL color Cylindrical-coordinate representation of color #767066: hue angle of 37.5º degrees, saturation: 0.07, 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 #767066 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB118112102-
CMYK00.050.140.54
HSL37.5º7.27%43.14%-
HSV(B)37.5º13.56%46.27%-
XYZ15.6616.414.91-
YUV112.65121.99131.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=35.54%
G=33.73%
B=30.72%

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
Decimal11811210200.050.140.5437.57.2743.14
Hex76706605E362672b
Octal16616014605166646753
Binary11101101110000110011001011110110110100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767066; }

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

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

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

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

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

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

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

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