#77726A

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

Shades of Sandstone #77726A

Tints of Sandstone #77726A

Color information

#77726A (or 0x77726A) is unknown color: approx Sandstone. HEX triplet: 77, 72 and 6A. RGB value is (119,114,106). Sum of RGB (Red+Green+Blue) = 119+114+106=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #77726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77726A is #888D95. Grayscale: #727272. Windows color (decimal): -8949142 or 6976119. OLE color: 6976119.

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

Color convert

RGB119114106-
CMYK00.040.110.53
HSL36.92º5.78%44.12%-
HSV(B)36.92º10.92%46.67%-
XYZ16.231716.06-
YUV114.58123.16131.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=35.10%
G=33.63%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911410600.040.110.5336.925.7844.12
Hex77726A04B352562c
Octal16716215204136545654
Binary11101111110010110101001001011110101100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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