Html Css Color HEX #766A60 Sandstone

📋 copy color: '#766A60'

red 118 ◦ green 106 ◦ blue 96

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

Shades of Sandstone #766A60

Tints of Sandstone #766A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 36.88%
G = 33.13%
B = 30%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766A60 (or 0x766A60) is known color: Sandstone. HEX triplet: 76, 6A and 60. RGB value is (118,106,96). Sum of RGB (Red+Green+Blue) = 118+106+96=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A60 is #89959F. Grayscale: #6C6C6C. Windows color (decimal): -9016736 or 6318710. OLE color: 6318710.

HSL color Cylindrical-coordinate representation of color #766A60: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766A60 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 96 -
CMYK 0 0.10 0.19 0.54
HSL 27.27º 0.1% 0.42% -
HSV(B) 27.27º 0.19% 0.46% -
XYZ 14.74 15 13.19 -
YUV 108.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 118 106 96 0 0.10 0.19 0.54 27.27 0.1 0.42
Hex 76 6A 60 0 A 13 36 1B A 2A
Octal 166 152 140 0 12 23 66 33 12 52
Binary 1110110 1101010 1100000 0 1010 10011 110110 11011 1010 101010

Color Harmonies of #766A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A60

Black with #766A60

Text Example


Text Example

White with #766A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,96); }

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

background-color css

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

 a { background-color: rgb(118,106,96); }

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

border-color css

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

 span { border-color: rgb(118,106,96); }

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