#7F7472

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

Shades of Ferra #7F7472

Tints of Ferra #7F7472

Color information

#7F7472 (or 0x7F7472) is unknown color: approx Ferra. HEX triplet: 7F, 74 and 72. RGB value is (127,116,114). Sum of RGB (Red+Green+Blue) = 127+116+114=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7472 is #808B8D. Grayscale: #777777. Windows color (decimal): -8424334 or 7500927. OLE color: 7500927.

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

Color convert

RGB127116114-
CMYK00.090.100.50
HSL9.23º5.39%47.25%-
HSV(B)9.23º10.24%49.8%-
XYZ18.0418.2218.49-
YUV119.06125.14133.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.57%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=35.57%
G=32.49%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711611400.090.100.509.235.3947.25
Hex7F747209A32952f
Octal177164162011126211557
Binary1111111111010011100100100110101100101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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