#777168

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

Shades of Sandstone #777168

Tints of Sandstone #777168

Color information

#777168 (or 0x777168) is unknown color: approx Sandstone. HEX triplet: 77, 71 and 68. RGB value is (119,113,104). Sum of RGB (Red+Green+Blue) = 119+113+104=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #777168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777168 is #888E97. Grayscale: #717171. Windows color (decimal): -8949400 or 6844791. OLE color: 6844791.

HSL color Cylindrical-coordinate representation of color #777168: hue angle of 36º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777168 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB119113104-
CMYK00.050.130.53
HSL36º6.73%43.73%-
HSV(B)36º12.61%46.67%-
XYZ16.0116.7315.48-
YUV113.77122.49131.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=35.42%
G=33.63%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911310400.050.130.53366.7343.73
Hex77716805D352472c
Octal16716115005156544754
Binary11101111110001110100001011101110101100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777168; }

 p { color: rgb(119,113,104); }

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

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

 a { background-color: rgb(119,113,104); }

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

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

 span { border-color: rgb(119,113,104); }

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