#777064

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

Shades of Sandstone #777064

Tints of Sandstone #777064

Color information

#777064 (or 0x777064) is unknown color: approx Sandstone. HEX triplet: 77, 70 and 64. RGB value is (119,112,100). Sum of RGB (Red+Green+Blue) = 119+112+100=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #777064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777064 is #888F9B. Grayscale: #707070. Windows color (decimal): -8949660 or 6582391. OLE color: 6582391.

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

Color convert

RGB119112100-
CMYK00.060.160.53
HSL37.89º8.68%42.94%-
HSV(B)37.89º15.97%46.67%-
XYZ15.716.4314.4-
YUV112.72120.82132.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=35.95%
G=33.84%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911210000.060.160.5337.898.6842.94
Hex7770640610352692b
Octal167160144062065461153
Binary1110111111000011001000110100001101011001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777064; }

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

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

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

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

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

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

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

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