Html Css Color HEX #7E545D Cannon Pink

📋 copy color: '#7E545D'

red 126 ◦ green 84 ◦ blue 93

#7E545D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #7E545D

Tints of Cannon Pink #7E545D

RGB

 RED value IS 126 (49.61% from 255) = 41.58%

 GREEN value IS 84 (33.2% from 255) = 27.72%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 41.58%
G = 27.72%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7E545D (or 0x7E545D) is known color: Cannon Pink. HEX triplet: 7E, 54 and 5D. RGB value is (126,84,93). Sum of RGB (Red+Green+Blue) = 126+84+93=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 126 - color contains mainly: red. Hex color #7E545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E545D is #81ABA2. Grayscale: #616161. Windows color (decimal): -8498083 or 6116478. OLE color: 6116478.

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

Color convert

RGB 126 84 93 -
CMYK 0 0.33 0.26 0.51
HSL 347.14º 0.2% 0.41% -
HSV(B) 347.14º 0.33% 0.49% -
XYZ 13.75 11.57 11.86 -
YUV 97.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 126 84 93 0 0.33 0.26 0.51 347.14 0.2 0.41
Hex 7E 54 5D 0 21 1A 33 15B 14 29
Octal 176 124 135 0 41 32 63 533 24 51
Binary 1111110 1010100 1011101 0 100001 11010 110011 101011011 10100 101001

Color Harmonies of #7E545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E545D

Black with #7E545D

Text Example


Text Example

White with #7E545D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,84,93); }

 H1.HeaderClassName
 {
   color: #7E545D;
 }
 .AnyTagClassName
 {
   color: #7E545D;
 }
</style>

background-color css

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

 a { background-color: rgb(126,84,93); }

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

border-color css

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

 span { border-color: rgb(126,84,93); }

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