Html Css Color HEX #7E545E Cannon Pink

📋 copy color: '#7E545E'

red 126 ◦ green 84 ◦ blue 94

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

Shades of Cannon Pink #7E545E

Tints of Cannon Pink #7E545E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 41.45%
G = 27.63%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7E545E (or 0x7E545E) is known color: Cannon Pink. HEX triplet: 7E, 54 and 5E. RGB value is (126,84,94). Sum of RGB (Red+Green+Blue) = 126+84+94=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 126 - color contains mainly: red. Hex color #7E545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E545E is #81ABA1. Grayscale: #616161. Windows color (decimal): -8498082 or 6182014. OLE color: 6182014.

HSL color Cylindrical-coordinate representation of color #7E545E: hue angle of 345.71º 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 #7E545E is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 84 94 -
CMYK 0 0.33 0.25 0.51
HSL 345.71º 0.2% 0.41% -
HSV(B) 345.71º 0.33% 0.49% -
XYZ 13.79 11.58 12.1 -
YUV 97.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 126 84 94 0 0.33 0.25 0.51 345.71 0.2 0.41
Hex 7E 54 5E 0 21 19 33 15A 14 29
Octal 176 124 136 0 41 31 63 532 24 51
Binary 1111110 1010100 1011110 0 100001 11001 110011 101011010 10100 101001

Color Harmonies of #7E545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E545E

Black with #7E545E

Text Example


Text Example

White with #7E545E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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