Html Css Color HEX #776E60 Sandstone

📋 copy color: '#776E60'

red 119 ◦ green 110 ◦ blue 96

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

Shades of Sandstone #776E60

Tints of Sandstone #776E60

RGB

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

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

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

R = 36.62%
G = 33.85%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#776E60 (or 0x776E60) is known color: Sandstone. HEX triplet: 77, 6E and 60. RGB value is (119,110,96). Sum of RGB (Red+Green+Blue) = 119+110+96=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #776E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E60 is #88919F. Grayscale: #6F6F6F. Windows color (decimal): -8950176 or 6319735. OLE color: 6319735.

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

Color convert

RGB 119 110 96 -
CMYK 0 0.08 0.19 0.53
HSL 36.52º 0.11% 0.42% -
HSV(B) 36.52º 0.19% 0.47% -
XYZ 15.3 15.92 13.33 -
YUV 111.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 119 110 96 0 0.08 0.19 0.53 36.52 0.11 0.42
Hex 77 6E 60 0 8 13 35 25 B 2A
Octal 167 156 140 0 10 23 65 45 13 52
Binary 1110111 1101110 1100000 0 1000 10011 110101 100101 1011 101010

Color Harmonies of #776E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E60

Black with #776E60

Text Example


Text Example

White with #776E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,110,96); }

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

background-color css

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

 a { background-color: rgb(119,110,96); }

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

border-color css

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

 span { border-color: rgb(119,110,96); }

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