#77726D

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

Shades of Sandstone #77726D

Tints of Sandstone #77726D

Color information

#77726D (or 0x77726D) is unknown color: approx Sandstone. HEX triplet: 77, 72 and 6D. RGB value is (119,114,109). Sum of RGB (Red+Green+Blue) = 119+114+109=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #77726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77726D is #888D92. Grayscale: #727272. Windows color (decimal): -8949139 or 7172727. OLE color: 7172727.

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

Color convert

RGB119114109-
CMYK00.040.080.53
HSL30º4.39%44.71%-
HSV(B)30º8.4%46.67%-
XYZ16.3917.0616.9-
YUV114.92124.66130.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=34.80%
G=33.33%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911410900.040.080.53304.3944.71
Hex77726D048351e42d
Octal16716215504106536455
Binary1110111111001011011010100100011010111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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