Html Css Color HEX #776B5E Sandstone

📋 copy color: '#776B5E'

red 119 ◦ green 107 ◦ blue 94

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

Shades of Sandstone #776B5E

Tints of Sandstone #776B5E

RGB

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

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

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

R = 37.19%
G = 33.44%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#776B5E (or 0x776B5E) is known color: Sandstone. HEX triplet: 77, 6B and 5E. RGB value is (119,107,94). Sum of RGB (Red+Green+Blue) = 119+107+94=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B5E is #8894A1. Grayscale: #6D6D6D. Windows color (decimal): -8950946 or 6187895. OLE color: 6187895.

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

Color convert

RGB 119 107 94 -
CMYK 0 0.10 0.21 0.53
HSL 31.2º 0.12% 0.42% -
HSV(B) 31.2º 0.21% 0.47% -
XYZ 14.89 15.25 12.75 -
YUV 109.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 119 107 94 0 0.10 0.21 0.53 31.2 0.12 0.42
Hex 77 6B 5E 0 A 15 35 1F C 2A
Octal 167 153 136 0 12 25 65 37 14 52
Binary 1110111 1101011 1011110 0 1010 10101 110101 11111 1100 101010

Color Harmonies of #776B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B5E

Black with #776B5E

Text Example


Text Example

White with #776B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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