#777471

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

Shades of Sand Dune #777471

Tints of Sand Dune #777471

Color information

#777471 (or 0x777471) is unknown color: approx Sand Dune. HEX triplet: 77, 74 and 71. RGB value is (119,116,113). Sum of RGB (Red+Green+Blue) = 119+116+113=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 119 - color contains mainly: red. Hex color #777471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777471 is #888B8E. Grayscale: #747474. Windows color (decimal): -8948623 or 7435383. OLE color: 7435383.

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

Color convert

RGB119116113-
CMYK00.030.050.53
HSL30º2.59%45.49%-
HSV(B)30º5.04%46.67%-
XYZ16.8317.618.13-
YUV116.56125.99129.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=34.20%
G=33.33%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911611300.030.050.53302.5945.49
Hex777471035351e32d
Octal1671641610356536355
Binary1110111111010011100010111011101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777471; }

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

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

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

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

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

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

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

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