Html Css Color HEX #766E65 Sandstone

📋 copy color: '#766E65'

red 118 ◦ green 110 ◦ blue 101

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

Shades of Sandstone #766E65

Tints of Sandstone #766E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 35.87%
G = 33.43%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766E65 (or 0x766E65) is known color: Sandstone. HEX triplet: 76, 6E and 65. RGB value is (118,110,101). Sum of RGB (Red+Green+Blue) = 118+110+101=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E65 is #89919A. Grayscale: #6F6F6F. Windows color (decimal): -9015707 or 6647414. OLE color: 6647414.

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

Color convert

RGB 118 110 101 -
CMYK 0 0.07 0.14 0.54
HSL 31.76º 0.08% 0.43% -
HSV(B) 31.76º 0.14% 0.46% -
XYZ 15.4 15.94 14.58 -
YUV 111.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 118 110 101 0 0.07 0.14 0.54 31.76 0.08 0.43
Hex 76 6E 65 0 7 E 36 20 8 2B
Octal 166 156 145 0 7 16 66 40 10 53
Binary 1110110 1101110 1100101 0 111 1110 110110 100000 1000 101011

Color Harmonies of #766E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E65

Black with #766E65

Text Example


Text Example

White with #766E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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