Html Css Color HEX #766D5D Sandstone

📋 copy color: '#766D5D'

red 118 ◦ green 109 ◦ blue 93

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

Shades of Sandstone #766D5D

Tints of Sandstone #766D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 36.88%
G = 34.06%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#766D5D (or 0x766D5D) is known color: Sandstone. HEX triplet: 76, 6D and 5D. RGB value is (118,109,93). Sum of RGB (Red+Green+Blue) = 118+109+93=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D5D is #8992A2. Grayscale: #6D6D6D. Windows color (decimal): -9015971 or 6122870. OLE color: 6122870.

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

Color convert

RGB 118 109 93 -
CMYK 0 0.08 0.21 0.54
HSL 38.4º 0.12% 0.41% -
HSV(B) 38.4º 0.21% 0.46% -
XYZ 14.92 15.58 12.58 -
YUV 109.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 118 109 93 0 0.08 0.21 0.54 38.4 0.12 0.41
Hex 76 6D 5D 0 8 15 36 26 C 29
Octal 166 155 135 0 10 25 66 46 14 51
Binary 1110110 1101101 1011101 0 1000 10101 110110 100110 1100 101001

Color Harmonies of #766D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D5D

Black with #766D5D

Text Example


Text Example

White with #766D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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