Html Css Color HEX #766D65 Sandstone

📋 copy color: '#766D65'

red 118 ◦ green 109 ◦ blue 101

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

Shades of Sandstone #766D65

Tints of Sandstone #766D65

RGB

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

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

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

R = 35.98%
G = 33.23%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766D65 (or 0x766D65) is known color: Sandstone. HEX triplet: 76, 6D and 65. RGB value is (118,109,101). Sum of RGB (Red+Green+Blue) = 118+109+101=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D65 is #89929A. Grayscale: #6E6E6E. Windows color (decimal): -9015963 or 6647158. OLE color: 6647158.

HSL color Cylindrical-coordinate representation of color #766D65: hue angle of 28.24º 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 #766D65 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 101 -
CMYK 0 0.08 0.14 0.54
HSL 28.24º 0.08% 0.43% -
HSV(B) 28.24º 0.14% 0.46% -
XYZ 15.29 15.73 14.54 -
YUV 110.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 118 109 101 0 0.08 0.14 0.54 28.24 0.08 0.43
Hex 76 6D 65 0 8 E 36 1C 8 2B
Octal 166 155 145 0 10 16 66 34 10 53
Binary 1110110 1101101 1100101 0 1000 1110 110110 11100 1000 101011

Color Harmonies of #766D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D65

Black with #766D65

Text Example


Text Example

White with #766D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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