Html Css Color HEX #776C5E Sandstone

📋 copy color: '#776C5E'

red 119 ◦ green 108 ◦ blue 94

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

Shades of Sandstone #776C5E

Tints of Sandstone #776C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 37.07%
G = 33.64%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#776C5E (or 0x776C5E) is known color: Sandstone. HEX triplet: 77, 6C and 5E. RGB value is (119,108,94). Sum of RGB (Red+Green+Blue) = 119+108+94=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C5E is #8893A1. Grayscale: #6D6D6D. Windows color (decimal): -8950690 or 6188151. OLE color: 6188151.

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

Color convert

RGB 119 108 94 -
CMYK 0 0.09 0.21 0.53
HSL 33.6º 0.12% 0.42% -
HSV(B) 33.6º 0.21% 0.47% -
XYZ 14.99 15.46 12.78 -
YUV 109.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 119 108 94 0 0.09 0.21 0.53 33.6 0.12 0.42
Hex 77 6C 5E 0 9 15 35 22 C 2A
Octal 167 154 136 0 11 25 65 42 14 52
Binary 1110111 1101100 1011110 0 1001 10101 110101 100010 1100 101010

Color Harmonies of #776C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C5E

Black with #776C5E

Text Example


Text Example

White with #776C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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