#7F535B

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

Shades of Cannon Pink #7F535B

Tints of Cannon Pink #7F535B

Color information

#7F535B (or 0x7F535B) is unknown color: approx Cannon Pink. HEX triplet: 7F, 53 and 5B. RGB value is (127,83,91). Sum of RGB (Red+Green+Blue) = 127+83+91=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F535B is #80ACA4. Grayscale: #616161. Windows color (decimal): -8432805 or 5985151. OLE color: 5985151.

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

Color convert

RGB1278391-
CMYK00.350.280.50
HSL349.09º20.95%41.18%-
HSV(B)349.09º34.65%49.8%-
XYZ13.7311.4511.38-
YUV97.07124.58149.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.19%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=42.19%
G=27.57%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127839100.350.280.50349.0920.9541.18
Hex7F535B0231C3215d1529
Octal17712313304334625352551
Binary11111111010011101101101000111110011001010101110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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