Html Css Color HEX #776A66 Russett

📋 copy color: '#776A66'

red 119 ◦ green 106 ◦ blue 102

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

Shades of Russett #776A66

Tints of Russett #776A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.42%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 36.39%
G = 32.42%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#776A66 (or 0x776A66) is known color: Russett. HEX triplet: 77, 6A and 66. RGB value is (119,106,102). Sum of RGB (Red+Green+Blue) = 119+106+102=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #776A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A66 is #889599. Grayscale: #6D6D6D. Windows color (decimal): -8951194 or 6711927. OLE color: 6711927.

HSL color Cylindrical-coordinate representation of color #776A66: hue angle of 14.12º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #776A66 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 102 -
CMYK 0 0.11 0.14 0.53
HSL 14.12º 0.08% 0.43% -
HSV(B) 14.12º 0.14% 0.47% -
XYZ 15.16 15.19 14.7 -
YUV 109.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 119 106 102 0 0.11 0.14 0.53 14.12 0.08 0.43
Hex 77 6A 66 0 B E 35 E 8 2B
Octal 167 152 146 0 13 16 65 16 10 53
Binary 1110111 1101010 1100110 0 1011 1110 110101 1110 1000 101011

Color Harmonies of #776A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A66

Black with #776A66

Text Example


Text Example

White with #776A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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