Html Css Color HEX #766E64 Sandstone

📋 copy color: '#766E64'

red 118 ◦ green 110 ◦ blue 100

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

Shades of Sandstone #766E64

Tints of Sandstone #766E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 35.98%
G = 33.54%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#766E64 (or 0x766E64) is known color: Sandstone. HEX triplet: 76, 6E and 64. RGB value is (118,110,100). Sum of RGB (Red+Green+Blue) = 118+110+100=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E64 is #89919B. Grayscale: #6F6F6F. Windows color (decimal): -9015708 or 6581878. OLE color: 6581878.

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

Color convert

RGB 118 110 100 -
CMYK 0 0.07 0.15 0.54
HSL 33.33º 0.08% 0.43% -
HSV(B) 33.33º 0.15% 0.46% -
XYZ 15.35 15.92 14.32 -
YUV 111.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 118 110 100 0 0.07 0.15 0.54 33.33 0.08 0.43
Hex 76 6E 64 0 7 F 36 21 8 2B
Octal 166 156 144 0 7 17 66 41 10 53
Binary 1110110 1101110 1100100 0 111 1111 110110 100001 1000 101011

Color Harmonies of #766E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E64

Black with #766E64

Text Example


Text Example

White with #766E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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