Html Css Color HEX #776A5A Sandstone

📋 copy color: '#776A5A'

red 119 ◦ green 106 ◦ blue 90

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

Shades of Sandstone #776A5A

Tints of Sandstone #776A5A

RGB

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

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

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

R = 37.78%
G = 33.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#776A5A (or 0x776A5A) is known color: Sandstone. HEX triplet: 77, 6A and 5A. RGB value is (119,106,90). Sum of RGB (Red+Green+Blue) = 119+106+90=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A5A is #8895A5. Grayscale: #6C6C6C. Windows color (decimal): -8951206 or 5925495. OLE color: 5925495.

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

Color convert

RGB 119 106 90 -
CMYK 0 0.11 0.24 0.53
HSL 33.1º 0.14% 0.41% -
HSV(B) 33.1º 0.24% 0.47% -
XYZ 14.61 14.97 11.79 -
YUV 108.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 119 106 90 0 0.11 0.24 0.53 33.1 0.14 0.41
Hex 77 6A 5A 0 B 18 35 21 E 29
Octal 167 152 132 0 13 30 65 41 16 51
Binary 1110111 1101010 1011010 0 1011 11000 110101 100001 1110 101001

Color Harmonies of #776A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A5A

Black with #776A5A

Text Example


Text Example

White with #776A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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