#777065

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

Shades of Sandstone #777065

Tints of Sandstone #777065

Color information

#777065 (or 0x777065) is unknown color: approx Sandstone. HEX triplet: 77, 70 and 65. RGB value is (119,112,101). Sum of RGB (Red+Green+Blue) = 119+112+101=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #777065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777065 is #888F9A. Grayscale: #707070. Windows color (decimal): -8949659 or 6647927. OLE color: 6647927.

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

Color convert

RGB119112101-
CMYK00.060.150.53
HSL36.67º8.18%43.14%-
HSV(B)36.67º15.13%46.67%-
XYZ15.7516.4514.66-
YUV112.84121.32132.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=35.84%
G=33.73%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911210100.060.150.5336.678.1843.14
Hex77706506F352582b
Octal167160145061765451053
Binary111011111100001100101011011111101011001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777065; }

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

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

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

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

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

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

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

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