#7F7573

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

Shades of Ferra #7F7573

Tints of Ferra #7F7573

Color information

#7F7573 (or 0x7F7573) is unknown color: approx Ferra. HEX triplet: 7F, 75 and 73. RGB value is (127,117,115). Sum of RGB (Red+Green+Blue) = 127+117+115=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7573 is #808A8C. Grayscale: #777777. Windows color (decimal): -8424077 or 7566719. OLE color: 7566719.

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

Color convert

RGB127117115-
CMYK00.080.090.50
HSL10º4.96%47.45%-
HSV(B)10º9.45%49.8%-
XYZ18.2118.4718.83-
YUV119.76125.31133.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=35.38%
G=32.59%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711711500.080.090.50104.9647.45
Hex7F757308932a52f
Octal177165163010116212557
Binary1111111111010111100110100010011100101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,117,115); }

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

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

 a { background-color: rgb(127,117,115); }

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

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

 span { border-color: rgb(127,117,115); }

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