Html Css Color HEX #777065 Sandstone

📋 copy color: '#777065'

red 119 ◦ green 112 ◦ blue 101

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

Shades of Sandstone #777065

Tints of Sandstone #777065

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

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 119 112 101 -
CMYK 0 0.06 0.15 0.53
HSL 36.67º 0.08% 0.43% -
HSV(B) 36.67º 0.15% 0.47% -
XYZ 15.75 16.45 14.66 -
YUV 112.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 119 112 101 0 0.06 0.15 0.53 36.67 0.08 0.43
Hex 77 70 65 0 6 F 35 25 8 2B
Octal 167 160 145 0 6 17 65 45 10 53
Binary 1110111 1110000 1100101 0 110 1111 110101 100101 1000 101011

Color Harmonies of #777065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777065

Black with #777065

Text Example


Text Example

White with #777065

Text Example


Text Example

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