Html Css Color HEX #776C5A Sandstone

📋 copy color: '#776C5A'

red 119 ◦ green 108 ◦ blue 90

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

Shades of Sandstone #776C5A

Tints of Sandstone #776C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 37.54%
G = 34.07%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#776C5A (or 0x776C5A) is known color: Sandstone. HEX triplet: 77, 6C and 5A. RGB value is (119,108,90). Sum of RGB (Red+Green+Blue) = 119+108+90=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #776C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C5A is #8893A5. Grayscale: #6D6D6D. Windows color (decimal): -8950694 or 5926007. OLE color: 5926007.

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

Color convert

RGB 119 108 90 -
CMYK 0 0.09 0.24 0.53
HSL 37.24º 0.14% 0.41% -
HSV(B) 37.24º 0.24% 0.47% -
XYZ 14.82 15.39 11.86 -
YUV 109.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 119 108 90 0 0.09 0.24 0.53 37.24 0.14 0.41
Hex 77 6C 5A 0 9 18 35 25 E 29
Octal 167 154 132 0 11 30 65 45 16 51
Binary 1110111 1101100 1011010 0 1001 11000 110101 100101 1110 101001

Color Harmonies of #776C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C5A

Black with #776C5A

Text Example


Text Example

White with #776C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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