#7F525D

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

Shades of Cannon Pink #7F525D

Tints of Cannon Pink #7F525D

Color information

#7F525D (or 0x7F525D) is unknown color: approx Cannon Pink. HEX triplet: 7F, 52 and 5D. RGB value is (127,82,93). Sum of RGB (Red+Green+Blue) = 127+82+93=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F525D is #80ADA2. Grayscale: #606060. Windows color (decimal): -8433059 or 6115967. OLE color: 6115967.

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

Color convert

RGB1278293-
CMYK00.350.270.50
HSL345.33º21.53%40.98%-
HSV(B)345.33º35.43%49.8%-
XYZ13.7511.3411.82-
YUV96.71125.91149.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.05%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=42.05%
G=27.15%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127829300.350.270.50345.3321.5340.98
Hex7F525D0231B321591629
Octal17712213504333625312651
Binary11111111010010101110101000111101111001010101100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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