#7E5B62

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

Shades of Cannon Pink #7E5B62

Tints of Cannon Pink #7E5B62

Color information

#7E5B62 (or 0x7E5B62) is unknown color: approx Cannon Pink. HEX triplet: 7E, 5B and 62. RGB value is (126,91,98). Sum of RGB (Red+Green+Blue) = 126+91+98=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B62 is #81A49D. Grayscale: #666666. Windows color (decimal): -8496286 or 6445950. OLE color: 6445950.

HSL color Cylindrical-coordinate representation of color #7E5B62: hue angle of 348º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E5B62 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1269198-
CMYK00.280.220.51
HSL348º16.13%42.55%-
HSV(B)348º27.78%49.41%-
XYZ14.5512.813.26-
YUV102.26125.6144.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 28.89%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=40%
G=28.89%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126919800.280.220.5134816.1342.55
Hex7E5B6201C163315c102b
Octal17613314203426635342053
Binary1111110101101111000100111001011011001110101110010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,91,98); }

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

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

 a { background-color: rgb(126,91,98); }

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

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

 span { border-color: rgb(126,91,98); }

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