Html Css Color HEX #776A57 Sandstone

📋 copy color: '#776A57'

red 119 ◦ green 106 ◦ blue 87

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

Shades of Sandstone #776A57

Tints of Sandstone #776A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

 BLUE value IS 87 (34.38% from 255) = 27.88%

R = 38.14%
G = 33.97%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#776A57 (or 0x776A57) is known color: Sandstone. HEX triplet: 77, 6A and 57. RGB value is (119,106,87). Sum of RGB (Red+Green+Blue) = 119+106+87=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #776A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A57 is #8895A8. Grayscale: #6B6B6B. Windows color (decimal): -8951209 or 5728887. OLE color: 5728887.

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

Color convert

RGB 119 106 87 -
CMYK 0 0.11 0.27 0.53
HSL 35.63º 0.16% 0.4% -
HSV(B) 35.63º 0.27% 0.47% -
XYZ 14.48 14.92 11.13 -
YUV 107.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 119 106 87 0 0.11 0.27 0.53 35.63 0.16 0.4
Hex 77 6A 57 0 B 1B 35 24 10 28
Octal 167 152 127 0 13 33 65 44 20 50
Binary 1110111 1101010 1010111 0 1011 11011 110101 100100 10000 101000

Color Harmonies of #776A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A57

Black with #776A57

Text Example


Text Example

White with #776A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,106,87); }

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

background-color css

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

 a { background-color: rgb(119,106,87); }

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

border-color css

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

 span { border-color: rgb(119,106,87); }

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