Html Css Color HEX #766E68 Sandstone

📋 copy color: '#766E68'

red 118 ◦ green 110 ◦ blue 104

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

Shades of Sandstone #766E68

Tints of Sandstone #766E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 35.54%
G = 33.13%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#766E68 (or 0x766E68) is known color: Sandstone. HEX triplet: 76, 6E and 68. RGB value is (118,110,104). Sum of RGB (Red+Green+Blue) = 118+110+104=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E68 is #899197. Grayscale: #6F6F6F. Windows color (decimal): -9015704 or 6844022. OLE color: 6844022.

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

Color convert

RGB 118 110 104 -
CMYK 0 0.07 0.12 0.54
HSL 25.71º 0.06% 0.44% -
HSV(B) 25.71º 0.12% 0.46% -
XYZ 15.55 16 15.37 -
YUV 111.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 118 110 104 0 0.07 0.12 0.54 25.71 0.06 0.44
Hex 76 6E 68 0 7 C 36 1A 6 2C
Octal 166 156 150 0 7 14 66 32 6 54
Binary 1110110 1101110 1101000 0 111 1100 110110 11010 110 101100

Color Harmonies of #766E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E68

Black with #766E68

Text Example


Text Example

White with #766E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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