Html Css Color HEX #766F69 Sandstone

📋 copy color: '#766F69'

red 118 ◦ green 111 ◦ blue 105

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

Shades of Sandstone #766F69

Tints of Sandstone #766F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 35.33%
G = 33.23%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#766F69 (or 0x766F69) is known color: Sandstone. HEX triplet: 76, 6F and 69. RGB value is (118,111,105). Sum of RGB (Red+Green+Blue) = 118+111+105=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F69 is #899096. Grayscale: #707070. Windows color (decimal): -9015447 or 6909814. OLE color: 6909814.

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

Color convert

RGB 118 111 105 -
CMYK 0 0.06 0.11 0.54
HSL 27.69º 0.06% 0.44% -
HSV(B) 27.69º 0.11% 0.46% -
XYZ 15.71 16.24 15.67 -
YUV 112.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 118 111 105 0 0.06 0.11 0.54 27.69 0.06 0.44
Hex 76 6F 69 0 6 B 36 1C 6 2C
Octal 166 157 151 0 6 13 66 34 6 54
Binary 1110110 1101111 1101001 0 110 1011 110110 11100 110 101100

Color Harmonies of #766F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F69

Black with #766F69

Text Example


Text Example

White with #766F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,105); }

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

background-color css

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

 a { background-color: rgb(118,111,105); }

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

border-color css

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

 span { border-color: rgb(118,111,105); }

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