Html Css Color HEX #776D61 Sandstone

📋 copy color: '#776D61'

red 119 ◦ green 109 ◦ blue 97

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

Shades of Sandstone #776D61

Tints of Sandstone #776D61

RGB

 RED value IS 119 (46.88% from 255) = 36.62%

 GREEN value IS 109 (42.97% from 255) = 33.54%

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

R = 36.62%
G = 33.54%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776D61 (or 0x776D61) is known color: Sandstone. HEX triplet: 77, 6D and 61. RGB value is (119,109,97). Sum of RGB (Red+Green+Blue) = 119+109+97=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #776D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D61 is #88929E. Grayscale: #6E6E6E. Windows color (decimal): -8950431 or 6385015. OLE color: 6385015.

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

Color convert

RGB 119 109 97 -
CMYK 0 0.08 0.18 0.53
HSL 32.73º 0.1% 0.42% -
HSV(B) 32.73º 0.18% 0.47% -
XYZ 15.23 15.72 13.54 -
YUV 110.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 119 109 97 0 0.08 0.18 0.53 32.73 0.1 0.42
Hex 77 6D 61 0 8 12 35 21 A 2A
Octal 167 155 141 0 10 22 65 41 12 52
Binary 1110111 1101101 1100001 0 1000 10010 110101 100001 1010 101010

Color Harmonies of #776D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D61

Black with #776D61

Text Example


Text Example

White with #776D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D61; }

 p { color: rgb(119,109,97); }

 H1.HeaderClassName
 {
   color: #776D61;
 }
 .AnyTagClassName
 {
   color: #776D61;
 }
</style>

background-color css

<style>
 a { background-color: #776D61; }

 a { background-color: rgb(119,109,97); }

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

border-color css

<style>
 span { border-color: #776D61; }

 span { border-color: rgb(119,109,97); }

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