#7F7271

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

Shades of Ferra #7F7271

Tints of Ferra #7F7271

Color information

#7F7271 (or 0x7F7271) is unknown color: approx Ferra. HEX triplet: 7F, 72 and 71. RGB value is (127,114,113). Sum of RGB (Red+Green+Blue) = 127+114+113=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7271 is #808D8E. Grayscale: #757575. Windows color (decimal): -8424847 or 7434879. OLE color: 7434879.

HSL color Cylindrical-coordinate representation of color #7F7271: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7271 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB127114113-
CMYK00.100.110.50
HSL4.29º5.83%47.06%-
HSV(B)4.29º11.02%49.8%-
XYZ17.7517.7418.11-
YUV117.77125.31134.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=35.88%
G=32.20%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711411300.100.110.504.295.8347.06
Hex7F72710AB32462f
Octal17716216101213624657
Binary111111111100101110001010101011110010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7271; }

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

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

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

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

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

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

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

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