Html Css Color HEX #766E60 Sandstone

📋 copy color: '#766E60'

red 118 ◦ green 110 ◦ blue 96

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

Shades of Sandstone #766E60

Tints of Sandstone #766E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 36.42%
G = 33.95%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766E60 (or 0x766E60) is known color: Sandstone. HEX triplet: 76, 6E and 60. RGB value is (118,110,96). Sum of RGB (Red+Green+Blue) = 118+110+96=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #766E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E60 is #89919F. Grayscale: #6E6E6E. Windows color (decimal): -9015712 or 6319734. OLE color: 6319734.

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

Color convert

RGB 118 110 96 -
CMYK 0 0.07 0.19 0.54
HSL 38.18º 0.1% 0.42% -
HSV(B) 38.18º 0.19% 0.46% -
XYZ 15.16 15.85 13.33 -
YUV 110.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 118 110 96 0 0.07 0.19 0.54 38.18 0.1 0.42
Hex 76 6E 60 0 7 13 36 26 A 2A
Octal 166 156 140 0 7 23 66 46 12 52
Binary 1110110 1101110 1100000 0 111 10011 110110 100110 1010 101010

Color Harmonies of #766E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E60

Black with #766E60

Text Example


Text Example

White with #766E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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