#777170

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

Shades of Ferra #777170

Tints of Ferra #777170

Color information

#777170 (or 0x777170) is unknown color: approx Ferra. HEX triplet: 77, 71 and 70. RGB value is (119,113,112). Sum of RGB (Red+Green+Blue) = 119+113+112=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #777170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777170 is #888E8F. Grayscale: #727272. Windows color (decimal): -8949392 or 7369079. OLE color: 7369079.

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

Color convert

RGB119113112-
CMYK00.050.060.53
HSL8.57º3.03%45.29%-
HSV(B)8.57º5.88%46.67%-
XYZ16.4416.917.73-
YUV114.68126.49131.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=34.59%
G=32.85%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911311200.050.060.538.573.0345.29
Hex77717005635932d
Octal1671611600566511355
Binary1110111111000111100000101110110101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777170; }

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

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

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

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

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

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

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

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