Html Css Color HEX #776D60 Sandstone

📋 copy color: '#776D60'

red 119 ◦ green 109 ◦ blue 96

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

Shades of Sandstone #776D60

Tints of Sandstone #776D60

RGB

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

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

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

R = 36.73%
G = 33.64%
B = 29.63%

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

#776D60 (or 0x776D60) is known color: Sandstone. HEX triplet: 77, 6D and 60. RGB value is (119,109,96). Sum of RGB (Red+Green+Blue) = 119+109+96=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #776D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D60 is #88929F. Grayscale: #6E6E6E. Windows color (decimal): -8950432 or 6319479. OLE color: 6319479.

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

Color convert

RGB 119 109 96 -
CMYK 0 0.08 0.19 0.53
HSL 33.91º 0.11% 0.42% -
HSV(B) 33.91º 0.19% 0.47% -
XYZ 15.19 15.7 13.3 -
YUV 110.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 119 109 96 0 0.08 0.19 0.53 33.91 0.11 0.42
Hex 77 6D 60 0 8 13 35 22 B 2A
Octal 167 155 140 0 10 23 65 42 13 52
Binary 1110111 1101101 1100000 0 1000 10011 110101 100010 1011 101010

Color Harmonies of #776D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D60

Black with #776D60

Text Example


Text Example

White with #776D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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