#77726C

Color #77726C Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #77726C

Tints of Sandstone #77726C

Color information

#77726C (or 0x77726C) is unknown color: approx Sandstone. HEX triplet: 77, 72 and 6C. RGB value is (119,114,108). Sum of RGB (Red+Green+Blue) = 119+114+108=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #77726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77726C is #888D93. Grayscale: #727272. Windows color (decimal): -8949140 or 7107191. OLE color: 7107191.

HSL color Cylindrical-coordinate representation of color #77726C: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #77726C is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB119114108-
CMYK00.040.090.53
HSL32.73º4.85%44.51%-
HSV(B)32.73º9.24%46.67%-
XYZ16.3317.0416.62-
YUV114.81124.16130.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=34.90%
G=33.43%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911410800.040.090.5332.734.8544.51
Hex77726C049352152d
Octal16716215404116541555
Binary11101111110010110110001001001110101100001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77726C; }

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

 H1.HeaderClassName
 {
   color: #77726C;
 }
 .AnyTagClassName
 {
   color: #77726C;
 }
</style>
background-color css

<style>
 a { background-color: #77726C; }

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

 div.DivClassName
 {
   background-color: #77726C;
 }
 .BgClassName
 {
   background-color: #77726C;
 }
</style>
border-color css

<style>
 span { border-color: #77726C; }

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

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