Html Css Color HEX #777064 Sandstone

📋 copy color: '#777064'

red 119 ◦ green 112 ◦ blue 100

#777064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandstone #777064

Tints of Sandstone #777064

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 value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#777064 (or 0x777064) is known color: 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

RGB 119 112 100 -
CMYK 0 0.06 0.16 0.53
HSL 37.89º 0.09% 0.43% -
HSV(B) 37.89º 0.16% 0.47% -
XYZ 15.7 16.43 14.4 -
YUV 112.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 119 112 100 0 0.06 0.16 0.53 37.89 0.09 0.43
Hex 77 70 64 0 6 10 35 26 9 2B
Octal 167 160 144 0 6 20 65 46 11 53
Binary 1110111 1110000 1100100 0 110 10000 110101 100110 1001 101011

Color Harmonies of #777064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777064

Black with #777064

Text Example


Text Example

White with #777064

Text Example


Text Example

HTML Codes & Css Web 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>