#7E535C

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

Shades of Cannon Pink #7E535C

Tints of Cannon Pink #7E535C

Color information

#7E535C (or 0x7E535C) is unknown color: approx Cannon Pink. HEX triplet: 7E, 53 and 5C. RGB value is (126,83,92). Sum of RGB (Red+Green+Blue) = 126+83+92=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E535C is #81ACA3. Grayscale: #606060. Windows color (decimal): -8498340 or 6050686. OLE color: 6050686.

HSL color Cylindrical-coordinate representation of color #7E535C: hue angle of 347.44º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E535C is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1268392-
CMYK00.340.270.51
HSL347.44º20.57%40.98%-
HSV(B)347.44º34.13%49.41%-
XYZ13.6311.3911.61-
YUV96.88125.25148.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.86%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=41.86%
G=27.57%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126839200.340.270.51347.4420.5740.98
Hex7E535C0221B3315b1529
Octal17612313404233635332551
Binary11111101010011101110001000101101111001110101101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,83,92); }

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

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

 a { background-color: rgb(126,83,92); }

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

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

 span { border-color: rgb(126,83,92); }

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