#777370

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

Shades of Sand Dune #777370

Tints of Sand Dune #777370

Color information

#777370 (or 0x777370) is unknown color: approx Sand Dune. HEX triplet: 77, 73 and 70. RGB value is (119,115,112). Sum of RGB (Red+Green+Blue) = 119+115+112=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 119 - color contains mainly: red. Hex color #777370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777370 is #888C8F. Grayscale: #737373. Windows color (decimal): -8948880 or 7369591. OLE color: 7369591.

HSL color Cylindrical-coordinate representation of color #777370: hue angle of 25.71º 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 #777370 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB119115112-
CMYK00.030.060.53
HSL25.71º3.03%45.29%-
HSV(B)25.71º5.88%46.67%-
XYZ16.6617.3517.8-
YUV115.85125.83130.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=34.39%
G=33.24%
B=32.37%

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
Decimal11911511200.030.060.5325.713.0345.29
Hex777370036351a32d
Octal1671631600366532355
Binary1110111111001111100000111101101011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777370; }

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

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

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

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

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

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

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

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