Html Css Color HEX #776661 Russett

📋 copy color: '#776661'

red 119 ◦ green 102 ◦ blue 97

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

Shades of Russett #776661

Tints of Russett #776661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 37.42%
G = 32.08%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776661 (or 0x776661) is known color: Russett. HEX triplet: 77, 66 and 61. RGB value is (119,102,97). Sum of RGB (Red+Green+Blue) = 119+102+97=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776661 is #88999E. Grayscale: #6A6A6A. Windows color (decimal): -8952223 or 6383223. OLE color: 6383223.

HSL color Cylindrical-coordinate representation of color #776661: hue angle of 13.64º 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 #776661 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 97 -
CMYK 0 0.14 0.18 0.53
HSL 13.64º 0.1% 0.42% -
HSV(B) 13.64º 0.18% 0.47% -
XYZ 14.52 14.29 13.3 -
YUV 106.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 119 102 97 0 0.14 0.18 0.53 13.64 0.1 0.42
Hex 77 66 61 0 E 12 35 E A 2A
Octal 167 146 141 0 16 22 65 16 12 52
Binary 1110111 1100110 1100001 0 1110 10010 110101 1110 1010 101010

Color Harmonies of #776661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776661

Black with #776661

Text Example


Text Example

White with #776661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776661; }

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

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

background-color css

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

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

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

border-color css

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

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

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