Html Css Color HEX #776E64 Sandstone

📋 copy color: '#776E64'

red 119 ◦ green 110 ◦ blue 100

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

Shades of Sandstone #776E64

Tints of Sandstone #776E64

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.43%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 36.17%
G = 33.43%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#776E64 (or 0x776E64) is known color: Sandstone. HEX triplet: 77, 6E and 64. RGB value is (119,110,100). Sum of RGB (Red+Green+Blue) = 119+110+100=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E64 is #88919B. Grayscale: #6F6F6F. Windows color (decimal): -8950172 or 6581879. OLE color: 6581879.

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

Color convert

RGB 119 110 100 -
CMYK 0 0.08 0.16 0.53
HSL 31.58º 0.09% 0.43% -
HSV(B) 31.58º 0.16% 0.47% -
XYZ 15.48 15.99 14.33 -
YUV 111.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 119 110 100 0 0.08 0.16 0.53 31.58 0.09 0.43
Hex 77 6E 64 0 8 10 35 20 9 2B
Octal 167 156 144 0 10 20 65 40 11 53
Binary 1110111 1101110 1100100 0 1000 10000 110101 100000 1001 101011

Color Harmonies of #776E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E64

Black with #776E64

Text Example


Text Example

White with #776E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,110,100); }

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

background-color css

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

 a { background-color: rgb(119,110,100); }

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

border-color css

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

 span { border-color: rgb(119,110,100); }

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