Html Css Color HEX #776D5F Sandstone

📋 copy color: '#776D5F'

red 119 ◦ green 109 ◦ blue 95

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

Shades of Sandstone #776D5F

Tints of Sandstone #776D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 36.84%
G = 33.75%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#776D5F (or 0x776D5F) is known color: Sandstone. HEX triplet: 77, 6D and 5F. RGB value is (119,109,95). Sum of RGB (Red+Green+Blue) = 119+109+95=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D5F is #8892A0. Grayscale: #6E6E6E. Windows color (decimal): -8950433 or 6253943. OLE color: 6253943.

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

Color convert

RGB 119 109 95 -
CMYK 0 0.08 0.20 0.53
HSL 35º 0.11% 0.42% -
HSV(B) 35º 0.2% 0.47% -
XYZ 15.14 15.69 13.06 -
YUV 110.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 119 109 95 0 0.08 0.20 0.53 35 0.11 0.42
Hex 77 6D 5F 0 8 14 35 23 B 2A
Octal 167 155 137 0 10 24 65 43 13 52
Binary 1110111 1101101 1011111 0 1000 10100 110101 100011 1011 101010

Color Harmonies of #776D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D5F

Black with #776D5F

Text Example


Text Example

White with #776D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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