Html Css Color HEX #776C63 Sandstone

📋 copy color: '#776C63'

red 119 ◦ green 108 ◦ blue 99

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

Shades of Sandstone #776C63

Tints of Sandstone #776C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 36.5%
G = 33.13%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#776C63 (or 0x776C63) is known color: Sandstone. HEX triplet: 77, 6C and 63. RGB value is (119,108,99). Sum of RGB (Red+Green+Blue) = 119+108+99=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #776C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C63 is #88939C. Grayscale: #6E6E6E. Windows color (decimal): -8950685 or 6515831. OLE color: 6515831.

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

Color convert

RGB 119 108 99 -
CMYK 0 0.09 0.17 0.53
HSL 27º 0.09% 0.43% -
HSV(B) 27º 0.17% 0.47% -
XYZ 15.22 15.55 14 -
YUV 110.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 119 108 99 0 0.09 0.17 0.53 27 0.09 0.43
Hex 77 6C 63 0 9 11 35 1B 9 2B
Octal 167 154 143 0 11 21 65 33 11 53
Binary 1110111 1101100 1100011 0 1001 10001 110101 11011 1001 101011

Color Harmonies of #776C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C63

Black with #776C63

Text Example


Text Example

White with #776C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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