Html Css Color HEX #776A5D Sandstone

📋 copy color: '#776A5D'

red 119 ◦ green 106 ◦ blue 93

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

Shades of Sandstone #776A5D

Tints of Sandstone #776A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 37.42%
G = 33.33%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#776A5D (or 0x776A5D) is known color: Sandstone. HEX triplet: 77, 6A and 5D. RGB value is (119,106,93). Sum of RGB (Red+Green+Blue) = 119+106+93=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A5D is #8895A2. Grayscale: #6C6C6C. Windows color (decimal): -8951203 or 6122103. OLE color: 6122103.

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

Color convert

RGB 119 106 93 -
CMYK 0 0.11 0.22 0.53
HSL 30º 0.12% 0.42% -
HSV(B) 30º 0.22% 0.47% -
XYZ 14.74 15.02 12.48 -
YUV 108.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 119 106 93 0 0.11 0.22 0.53 30 0.12 0.42
Hex 77 6A 5D 0 B 16 35 1E C 2A
Octal 167 152 135 0 13 26 65 36 14 52
Binary 1110111 1101010 1011101 0 1011 10110 110101 11110 1100 101010

Color Harmonies of #776A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A5D

Black with #776A5D

Text Example


Text Example

White with #776A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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