#7F434C

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

Shades of Solid Pink #7F434C

Tints of Solid Pink #7F434C

Color information

#7F434C (or 0x7F434C) is unknown color: approx Solid Pink. HEX triplet: 7F, 43 and 4C. RGB value is (127,67,76). Sum of RGB (Red+Green+Blue) = 127+67+76=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F434C is #80BCB3. Grayscale: #555555. Windows color (decimal): -8436916 or 4998015. OLE color: 4998015.

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

Color convert

RGB1276776-
CMYK00.470.400.50
HSL351º30.93%38.04%-
HSV(B)351º47.24%49.8%-
XYZ12.069.057.95-
YUV85.97122.38157.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.04%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=47.04%
G=24.81%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127677600.470.400.5035130.9338.04
Hex7F434C02F283215f1f26
Octal17710311405750625373746
Binary111111110000111001100010111110100011001010101111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,67,76); }

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

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

 a { background-color: rgb(127,67,76); }

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

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

 span { border-color: rgb(127,67,76); }

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