Html Css Color HEX #776C5F Sandstone

📋 copy color: '#776C5F'

red 119 ◦ green 108 ◦ blue 95

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

Shades of Sandstone #776C5F

Tints of Sandstone #776C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

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

R = 36.96%
G = 33.54%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#776C5F (or 0x776C5F) is known color: Sandstone. HEX triplet: 77, 6C and 5F. RGB value is (119,108,95). Sum of RGB (Red+Green+Blue) = 119+108+95=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C5F is #8893A0. Grayscale: #6D6D6D. Windows color (decimal): -8950689 or 6253687. OLE color: 6253687.

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

Color convert

RGB 119 108 95 -
CMYK 0 0.09 0.20 0.53
HSL 32.5º 0.11% 0.42% -
HSV(B) 32.5º 0.2% 0.47% -
XYZ 15.04 15.47 13.02 -
YUV 109.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 119 108 95 0 0.09 0.20 0.53 32.5 0.11 0.42
Hex 77 6C 5F 0 9 14 35 20 B 2A
Octal 167 154 137 0 11 24 65 40 13 52
Binary 1110111 1101100 1011111 0 1001 10100 110101 100000 1011 101010

Color Harmonies of #776C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C5F

Black with #776C5F

Text Example


Text Example

White with #776C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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