Html Css Color HEX #776D65 Sandstone

📋 copy color: '#776D65'

red 119 ◦ green 109 ◦ blue 101

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

Shades of Sandstone #776D65

Tints of Sandstone #776D65

RGB

 RED value IS 119 (46.88% from 255) = 36.17%

 GREEN value IS 109 (42.97% from 255) = 33.13%

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 36.17%
G = 33.13%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#776D65 (or 0x776D65) is known color: Sandstone. HEX triplet: 77, 6D and 65. RGB value is (119,109,101). Sum of RGB (Red+Green+Blue) = 119+109+101=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D65 is #88929A. Grayscale: #6F6F6F. Windows color (decimal): -8950427 or 6647159. OLE color: 6647159.

HSL color Cylindrical-coordinate representation of color #776D65: hue angle of 26.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 #776D65 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 101 -
CMYK 0 0.08 0.15 0.53
HSL 26.67º 0.08% 0.43% -
HSV(B) 26.67º 0.15% 0.47% -
XYZ 15.43 15.8 14.55 -
YUV 111.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 119 109 101 0 0.08 0.15 0.53 26.67 0.08 0.43
Hex 77 6D 65 0 8 F 35 1B 8 2B
Octal 167 155 145 0 10 17 65 33 10 53
Binary 1110111 1101101 1100101 0 1000 1111 110101 11011 1000 101011

Color Harmonies of #776D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D65

Black with #776D65

Text Example


Text Example

White with #776D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D65; }

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

 H1.HeaderClassName
 {
   color: #776D65;
 }
 .AnyTagClassName
 {
   color: #776D65;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #776D65;
 }
 .BgClassName
 {
   background-color: #776D65;
 }
</style>

border-color css

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

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

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