#777470

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

Shades of Sandstone #777470

Tints of Sandstone #777470

Color information

#777470 (or 0x777470) is unknown color: approx Sandstone. HEX triplet: 77, 74 and 70. RGB value is (119,116,112). Sum of RGB (Red+Green+Blue) = 119+116+112=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 119 - color contains mainly: red. Hex color #777470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777470 is #888B8F. Grayscale: #747474. Windows color (decimal): -8948624 or 7369847. OLE color: 7369847.

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

Color convert

RGB119116112-
CMYK00.030.060.53
HSL34.29º3.03%45.29%-
HSV(B)34.29º5.88%46.67%-
XYZ16.7817.5817.84-
YUV116.44125.49129.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=34.29%
G=33.43%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911611200.030.060.5334.293.0345.29
Hex777470036352232d
Octal1671641600366542355
Binary11101111110100111000001111011010110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777470; }

 p { color: rgb(119,116,112); }

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

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

 a { background-color: rgb(119,116,112); }

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

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

 span { border-color: rgb(119,116,112); }

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