Html Css Color HEX #766C60 Sandstone

📋 copy color: '#766C60'

red 118 ◦ green 108 ◦ blue 96

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

Shades of Sandstone #766C60

Tints of Sandstone #766C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

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

R = 36.65%
G = 33.54%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766C60 (or 0x766C60) is known color: Sandstone. HEX triplet: 76, 6C and 60. RGB value is (118,108,96). Sum of RGB (Red+Green+Blue) = 118+108+96=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C60 is #89939F. Grayscale: #6D6D6D. Windows color (decimal): -9016224 or 6319222. OLE color: 6319222.

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

Color convert

RGB 118 108 96 -
CMYK 0 0.08 0.19 0.54
HSL 32.73º 0.1% 0.42% -
HSV(B) 32.73º 0.19% 0.46% -
XYZ 14.95 15.42 13.26 -
YUV 109.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 118 108 96 0 0.08 0.19 0.54 32.73 0.1 0.42
Hex 76 6C 60 0 8 13 36 21 A 2A
Octal 166 154 140 0 10 23 66 41 12 52
Binary 1110110 1101100 1100000 0 1000 10011 110110 100001 1010 101010

Color Harmonies of #766C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C60

Black with #766C60

Text Example


Text Example

White with #766C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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