Html Css Color HEX #766C61 Sandstone

📋 copy color: '#766C61'

red 118 ◦ green 108 ◦ blue 97

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

Shades of Sandstone #766C61

Tints of Sandstone #766C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 36.53%
G = 33.44%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766C61 (or 0x766C61) is known color: Sandstone. HEX triplet: 76, 6C and 61. RGB value is (118,108,97). Sum of RGB (Red+Green+Blue) = 118+108+97=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C61 is #89939E. Grayscale: #6D6D6D. Windows color (decimal): -9016223 or 6384758. OLE color: 6384758.

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

Color convert

RGB 118 108 97 -
CMYK 0 0.08 0.18 0.54
HSL 31.43º 0.1% 0.42% -
HSV(B) 31.43º 0.18% 0.46% -
XYZ 14.99 15.44 13.5 -
YUV 109.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 118 108 97 0 0.08 0.18 0.54 31.43 0.1 0.42
Hex 76 6C 61 0 8 12 36 1F A 2A
Octal 166 154 141 0 10 22 66 37 12 52
Binary 1110110 1101100 1100001 0 1000 10010 110110 11111 1010 101010

Color Harmonies of #766C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C61

Black with #766C61

Text Example


Text Example

White with #766C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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