Html Css Color HEX #766E63 Sandstone

📋 copy color: '#766E63'

red 118 ◦ green 110 ◦ blue 99

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

Shades of Sandstone #766E63

Tints of Sandstone #766E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 36.09%
G = 33.64%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#766E63 (or 0x766E63) is known color: Sandstone. HEX triplet: 76, 6E and 63. RGB value is (118,110,99). Sum of RGB (Red+Green+Blue) = 118+110+99=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #766E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E63 is #89919C. Grayscale: #6F6F6F. Windows color (decimal): -9015709 or 6516342. OLE color: 6516342.

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

Color convert

RGB 118 110 99 -
CMYK 0 0.07 0.16 0.54
HSL 34.74º 0.09% 0.43% -
HSV(B) 34.74º 0.16% 0.46% -
XYZ 15.3 15.9 14.07 -
YUV 111.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 118 110 99 0 0.07 0.16 0.54 34.74 0.09 0.43
Hex 76 6E 63 0 7 10 36 23 9 2B
Octal 166 156 143 0 7 20 66 43 11 53
Binary 1110110 1101110 1100011 0 111 10000 110110 100011 1001 101011

Color Harmonies of #766E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E63

Black with #766E63

Text Example


Text Example

White with #766E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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