Html Css Color HEX #766E62 Sandstone

📋 copy color: '#766E62'

red 118 ◦ green 110 ◦ blue 98

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

Shades of Sandstone #766E62

Tints of Sandstone #766E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 36.2%
G = 33.74%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#766E62 (or 0x766E62) is known color: Sandstone. HEX triplet: 76, 6E and 62. RGB value is (118,110,98). Sum of RGB (Red+Green+Blue) = 118+110+98=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #766E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E62 is #89919D. Grayscale: #6F6F6F. Windows color (decimal): -9015710 or 6450806. OLE color: 6450806.

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

Color convert

RGB 118 110 98 -
CMYK 0 0.07 0.17 0.54
HSL 36º 0.09% 0.42% -
HSV(B) 36º 0.17% 0.46% -
XYZ 15.25 15.89 13.82 -
YUV 111.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 118 110 98 0 0.07 0.17 0.54 36 0.09 0.42
Hex 76 6E 62 0 7 11 36 24 9 2A
Octal 166 156 142 0 7 21 66 44 11 52
Binary 1110110 1101110 1100010 0 111 10001 110110 100100 1001 101010

Color Harmonies of #766E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E62

Black with #766E62

Text Example


Text Example

White with #766E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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