Html Css Color HEX #776F62 Sandstone

📋 copy color: '#776F62'

red 119 ◦ green 111 ◦ blue 98

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

Shades of Sandstone #776F62

Tints of Sandstone #776F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.84%

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 36.28%
G = 33.84%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776F62 (or 0x776F62) is known color: Sandstone. HEX triplet: 77, 6F and 62. RGB value is (119,111,98). Sum of RGB (Red+Green+Blue) = 119+111+98=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F62 is #88909D. Grayscale: #6F6F6F. Windows color (decimal): -8949918 or 6451063. OLE color: 6451063.

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

Color convert

RGB 119 111 98 -
CMYK 0 0.07 0.18 0.53
HSL 37.14º 0.1% 0.43% -
HSV(B) 37.14º 0.18% 0.47% -
XYZ 15.5 16.17 13.86 -
YUV 111.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 119 111 98 0 0.07 0.18 0.53 37.14 0.1 0.43
Hex 77 6F 62 0 7 12 35 25 A 2B
Octal 167 157 142 0 7 22 65 45 12 53
Binary 1110111 1101111 1100010 0 111 10010 110101 100101 1010 101011

Color Harmonies of #776F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F62

Black with #776F62

Text Example


Text Example

White with #776F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,111,98); }

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

background-color css

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

 a { background-color: rgb(119,111,98); }

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

border-color css

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

 span { border-color: rgb(119,111,98); }

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