#7F555E

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

Shades of Cannon Pink #7F555E

Tints of Cannon Pink #7F555E

Color information

#7F555E (or 0x7F555E) is unknown color: approx Cannon Pink. HEX triplet: 7F, 55 and 5E. RGB value is (127,85,94). Sum of RGB (Red+Green+Blue) = 127+85+94=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F555E is #80AAA1. Grayscale: #626262. Windows color (decimal): -8432290 or 6182271. OLE color: 6182271.

HSL color Cylindrical-coordinate representation of color #7F555E: hue angle of 347.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F555E is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB1278594-
CMYK00.330.260.50
HSL347.14º19.81%41.57%-
HSV(B)347.14º33.07%49.8%-
XYZ14.0211.8212.13-
YUV98.58125.41148.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.50%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=41.50%
G=27.78%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127859400.330.260.50347.1419.8141.57
Hex7F555E0211A3215b142a
Octal17712513604132625332452
Binary11111111010101101111001000011101011001010101101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,85,94); }

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

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

 a { background-color: rgb(127,85,94); }

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

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

 span { border-color: rgb(127,85,94); }

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