Html Css Color HEX #766E66 Sandstone

📋 copy color: '#766E66'

red 118 ◦ green 110 ◦ blue 102

#766E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandstone #766E66

Tints of Sandstone #766E66

RGB

 RED value IS 118 (46.48% from 255) = 35.76%

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 35.76%
G = 33.33%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766E66 (or 0x766E66) is known color: Sandstone. HEX triplet: 76, 6E and 66. RGB value is (118,110,102). Sum of RGB (Red+Green+Blue) = 118+110+102=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E66 is #899199. Grayscale: #6F6F6F. Windows color (decimal): -9015706 or 6712950. OLE color: 6712950.

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

Color convert

RGB 118 110 102 -
CMYK 0 0.07 0.14 0.54
HSL 30º 0.07% 0.43% -
HSV(B) 30º 0.14% 0.46% -
XYZ 15.45 15.96 14.84 -
YUV 111.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 118 110 102 0 0.07 0.14 0.54 30 0.07 0.43
Hex 76 6E 66 0 7 E 36 1E 7 2B
Octal 166 156 146 0 7 16 66 36 7 53
Binary 1110110 1101110 1100110 0 111 1110 110110 11110 111 101011

Color Harmonies of #766E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E66

Black with #766E66

Text Example


Text Example

White with #766E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E66; }

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

 H1.HeaderClassName
 {
   color: #766E66;
 }
 .AnyTagClassName
 {
   color: #766E66;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #766E66;
 }
 .BgClassName
 {
   background-color: #766E66;
 }
</style>

border-color css

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

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

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