#77716E

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

Shades of Russett #77716E

Tints of Russett #77716E

Color information

#77716E (or 0x77716E) is unknown color: approx Russett. HEX triplet: 77, 71 and 6E. RGB value is (119,113,110). Sum of RGB (Red+Green+Blue) = 119+113+110=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #77716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77716E is #888E91. Grayscale: #727272. Windows color (decimal): -8949394 or 7238007. OLE color: 7238007.

HSL color Cylindrical-coordinate representation of color #77716E: hue angle of 20º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77716E is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB119113110-
CMYK00.050.080.53
HSL20º3.93%44.9%-
HSV(B)20º7.56%46.67%-
XYZ16.3316.8617.15-
YUV114.45125.49131.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=34.80%
G=33.04%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911311000.050.080.53203.9344.9
Hex77716E058351442d
Octal16716115605106524455
Binary1110111111000111011100101100011010110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77716E; }

 p { color: rgb(119,113,110); }

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

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

 a { background-color: rgb(119,113,110); }

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

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

 span { border-color: rgb(119,113,110); }

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