Html Css Color HEX #776F65 Sandstone

📋 copy color: '#776F65'

red 119 ◦ green 111 ◦ blue 101

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

Shades of Sandstone #776F65

Tints of Sandstone #776F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.53%

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

R = 35.95%
G = 33.53%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#776F65 (or 0x776F65) is known color: Sandstone. HEX triplet: 77, 6F and 65. RGB value is (119,111,101). Sum of RGB (Red+Green+Blue) = 119+111+101=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F65 is #88909A. Grayscale: #707070. Windows color (decimal): -8949915 or 6647671. OLE color: 6647671.

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

Color convert

RGB 119 111 101 -
CMYK 0 0.07 0.15 0.53
HSL 33.33º 0.08% 0.43% -
HSV(B) 33.33º 0.15% 0.47% -
XYZ 15.64 16.23 14.62 -
YUV 112.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 119 111 101 0 0.07 0.15 0.53 33.33 0.08 0.43
Hex 77 6F 65 0 7 F 35 21 8 2B
Octal 167 157 145 0 7 17 65 41 10 53
Binary 1110111 1101111 1100101 0 111 1111 110101 100001 1000 101011

Color Harmonies of #776F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F65

Black with #776F65

Text Example


Text Example

White with #776F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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