Html Css Color HEX #766E69 Sandstone

📋 copy color: '#766E69'

red 118 ◦ green 110 ◦ blue 105

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

Shades of Sandstone #766E69

Tints of Sandstone #766E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 35.44%
G = 33.03%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#766E69 (or 0x766E69) is known color: Sandstone. HEX triplet: 76, 6E and 69. RGB value is (118,110,105). Sum of RGB (Red+Green+Blue) = 118+110+105=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E69 is #899196. Grayscale: #6F6F6F. Windows color (decimal): -9015703 or 6909558. OLE color: 6909558.

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

Color convert

RGB 118 110 105 -
CMYK 0 0.07 0.11 0.54
HSL 23.08º 0.06% 0.44% -
HSV(B) 23.08º 0.11% 0.46% -
XYZ 15.6 16.02 15.64 -
YUV 111.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 118 110 105 0 0.07 0.11 0.54 23.08 0.06 0.44
Hex 76 6E 69 0 7 B 36 17 6 2C
Octal 166 156 151 0 7 13 66 27 6 54
Binary 1110110 1101110 1101001 0 111 1011 110110 10111 110 101100

Color Harmonies of #766E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E69

Black with #766E69

Text Example


Text Example

White with #766E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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