Html Css Color HEX #776B5D Sandstone

📋 copy color: '#776B5D'

red 119 ◦ green 107 ◦ blue 93

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

Shades of Sandstone #776B5D

Tints of Sandstone #776B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

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

R = 37.3%
G = 33.54%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#776B5D (or 0x776B5D) is known color: Sandstone. HEX triplet: 77, 6B and 5D. RGB value is (119,107,93). Sum of RGB (Red+Green+Blue) = 119+107+93=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B5D is #8894A2. Grayscale: #6D6D6D. Windows color (decimal): -8950947 or 6122359. OLE color: 6122359.

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

Color convert

RGB 119 107 93 -
CMYK 0 0.10 0.22 0.53
HSL 32.31º 0.12% 0.42% -
HSV(B) 32.31º 0.22% 0.47% -
XYZ 14.84 15.23 12.51 -
YUV 108.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 119 107 93 0 0.10 0.22 0.53 32.31 0.12 0.42
Hex 77 6B 5D 0 A 16 35 20 C 2A
Octal 167 153 135 0 12 26 65 40 14 52
Binary 1110111 1101011 1011101 0 1010 10110 110101 100000 1100 101010

Color Harmonies of #776B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B5D

Black with #776B5D

Text Example


Text Example

White with #776B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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