#7F535A

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

Shades of Solid Pink #7F535A

Tints of Solid Pink #7F535A

Color information

#7F535A (or 0x7F535A) is unknown color: approx Solid Pink. HEX triplet: 7F, 53 and 5A. RGB value is (127,83,90). Sum of RGB (Red+Green+Blue) = 127+83+90=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F535A is #80ACA5. Grayscale: #606060. Windows color (decimal): -8432806 or 5919615. OLE color: 5919615.

HSL color Cylindrical-coordinate representation of color #7F535A: hue angle of 350.45º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F535A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1278390-
CMYK00.350.290.50
HSL350.45º20.95%41.18%-
HSV(B)350.45º34.65%49.8%-
XYZ13.6911.4411.16-
YUV96.95124.08149.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 90 (35.55% from 255) = 30%
R=42.33%
G=27.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127839000.350.290.50350.4520.9541.18
Hex7F535A0231D3215e1529
Octal17712313204335625362551
Binary11111111010011101101001000111110111001010101111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,83,90); }

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

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

 a { background-color: rgb(127,83,90); }

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

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

 span { border-color: rgb(127,83,90); }

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