Html Css Color HEX #766D61 Sandstone

📋 copy color: '#766D61'

red 118 ◦ green 109 ◦ blue 97

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

Shades of Sandstone #766D61

Tints of Sandstone #766D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 97 (38.28% from 255) = 29.94%

R = 36.42%
G = 33.64%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766D61 (or 0x766D61) is known color: Sandstone. HEX triplet: 76, 6D and 61. RGB value is (118,109,97). Sum of RGB (Red+Green+Blue) = 118+109+97=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #766D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D61 is #89929E. Grayscale: #6E6E6E. Windows color (decimal): -9015967 or 6385014. OLE color: 6385014.

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

Color convert

RGB 118 109 97 -
CMYK 0 0.08 0.18 0.54
HSL 34.29º 0.1% 0.42% -
HSV(B) 34.29º 0.18% 0.46% -
XYZ 15.1 15.65 13.53 -
YUV 110.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 118 109 97 0 0.08 0.18 0.54 34.29 0.1 0.42
Hex 76 6D 61 0 8 12 36 22 A 2A
Octal 166 155 141 0 10 22 66 42 12 52
Binary 1110110 1101101 1100001 0 1000 10010 110110 100010 1010 101010

Color Harmonies of #766D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D61

Black with #766D61

Text Example


Text Example

White with #766D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,109,97); }

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

background-color css

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

 a { background-color: rgb(118,109,97); }

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

border-color css

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

 span { border-color: rgb(118,109,97); }

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