Html Css Color HEX #776961 Russett

📋 copy color: '#776961'

red 119 ◦ green 105 ◦ blue 97

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

Shades of Russett #776961

Tints of Russett #776961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 37.07%
G = 32.71%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776961 (or 0x776961) is known color: Russett. HEX triplet: 77, 69 and 61. RGB value is (119,105,97). Sum of RGB (Red+Green+Blue) = 119+105+97=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776961 is #88969E. Grayscale: #6C6C6C. Windows color (decimal): -8951455 or 6383991. OLE color: 6383991.

HSL color Cylindrical-coordinate representation of color #776961: hue angle of 21.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776961 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 97 -
CMYK 0 0.12 0.18 0.53
HSL 21.82º 0.1% 0.42% -
HSV(B) 21.82º 0.18% 0.47% -
XYZ 14.82 14.89 13.4 -
YUV 108.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 119 105 97 0 0.12 0.18 0.53 21.82 0.1 0.42
Hex 77 69 61 0 C 12 35 16 A 2A
Octal 167 151 141 0 14 22 65 26 12 52
Binary 1110111 1101001 1100001 0 1100 10010 110101 10110 1010 101010

Color Harmonies of #776961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776961

Black with #776961

Text Example


Text Example

White with #776961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776961; }

 p { color: rgb(119,105,97); }

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

background-color css

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

 a { background-color: rgb(119,105,97); }

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

border-color css

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

 span { border-color: rgb(119,105,97); }

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