#7F5253

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

Shades of Solid Pink #7F5253

Tints of Solid Pink #7F5253

Color information

#7F5253 (or 0x7F5253) is unknown color: approx Solid Pink. HEX triplet: 7F, 52 and 53. RGB value is (127,82,83). Sum of RGB (Red+Green+Blue) = 127+82+83=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5253 is #80ADAC. Grayscale: #5F5F5F. Windows color (decimal): -8433069 or 5460607. OLE color: 5460607.

HSL color Cylindrical-coordinate representation of color #7F5253: hue angle of 358.67º degrees, saturation: 0.22, 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 #7F5253 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1278283-
CMYK00.350.350.50
HSL358.67º21.53%40.98%-
HSV(B)358.67º35.43%49.8%-
XYZ13.3311.179.64-
YUV95.57120.91150.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.49%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=43.49%
G=28.08%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127828300.350.350.50358.6721.5340.98
Hex7F525302323321671629
Octal17712212304343625472651
Binary111111110100101010011010001110001111001010110011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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