Html Css Color HEX #766D5E Sandstone

📋 copy color: '#766D5E'

red 118 ◦ green 109 ◦ blue 94

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

Shades of Sandstone #766D5E

Tints of Sandstone #766D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 36.76%
G = 33.96%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#766D5E (or 0x766D5E) is known color: Sandstone. HEX triplet: 76, 6D and 5E. RGB value is (118,109,94). Sum of RGB (Red+Green+Blue) = 118+109+94=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D5E is #8992A1. Grayscale: #6E6E6E. Windows color (decimal): -9015970 or 6188406. OLE color: 6188406.

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

Color convert

RGB 118 109 94 -
CMYK 0 0.08 0.20 0.54
HSL 37.5º 0.11% 0.42% -
HSV(B) 37.5º 0.2% 0.46% -
XYZ 14.96 15.6 12.81 -
YUV 109.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 118 109 94 0 0.08 0.20 0.54 37.5 0.11 0.42
Hex 76 6D 5E 0 8 14 36 26 B 2A
Octal 166 155 136 0 10 24 66 46 13 52
Binary 1110110 1101101 1011110 0 1000 10100 110110 100110 1011 101010

Color Harmonies of #766D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D5E

Black with #766D5E

Text Example


Text Example

White with #766D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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