#787271

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

Shades of Ferra #787271

Tints of Ferra #787271

Color information

#787271 (or 0x787271) is unknown color: approx Ferra. HEX triplet: 78, 72 and 71. RGB value is (120,114,113). Sum of RGB (Red+Green+Blue) = 120+114+113=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 120 - color contains mainly: red. Hex color #787271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787271 is #878D8E. Grayscale: #737373. Windows color (decimal): -8883599 or 7434872. OLE color: 7434872.

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

Color convert

RGB120114113-
CMYK00.050.060.53
HSL8.57º3%45.69%-
HSV(B)8.57º5.83%47.06%-
XYZ16.7417.2218.06-
YUV115.68126.49131.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=34.58%
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
Decimal12011411300.050.060.538.57345.69
Hex78727105635932e
Octal1701621610566511356
Binary1111000111001011100010101110110101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787271; }

 p { color: rgb(120,114,113); }

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

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

 a { background-color: rgb(120,114,113); }

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

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

 span { border-color: rgb(120,114,113); }

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