#776761

Color #776761 Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #776761

Tints of Russett #776761

Color information

#776761 (or 0x776761) is unknown color: approx Russett. HEX triplet: 77, 67 and 61. RGB value is (119,103,97). Sum of RGB (Red+Green+Blue) = 119+103+97=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776761 is #88989E. Grayscale: #6B6B6B. Windows color (decimal): -8951967 or 6383479. OLE color: 6383479.

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

Color convert

RGB11910397-
CMYK00.130.180.53
HSL16.36º10.19%42.35%-
HSV(B)16.36º18.49%46.67%-
XYZ14.6214.4913.33-
YUV107.1122.3136.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=37.30%
G=32.29%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191039700.130.180.5316.3610.1942.35
Hex7767610D123510a2a
Octal1671471410152265201252
Binary1110111110011111000010110110010110101100001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776761; }

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

 H1.HeaderClassName
 {
   color: #776761;
 }
 .AnyTagClassName
 {
   color: #776761;
 }
</style>
background-color css

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

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

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

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

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

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