Html Css Color HEX #7E555D Cannon Pink

📋 copy color: '#7E555D'

red 126 ◦ green 85 ◦ blue 93

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

Shades of Cannon Pink #7E555D

Tints of Cannon Pink #7E555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

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

R = 41.45%
G = 27.96%
B = 30.59%

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

#7E555D (or 0x7E555D) is known color: Cannon Pink. HEX triplet: 7E, 55 and 5D. RGB value is (126,85,93). Sum of RGB (Red+Green+Blue) = 126+85+93=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 126 - color contains mainly: red. Hex color #7E555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E555D is #81AAA2. Grayscale: #626262. Windows color (decimal): -8497827 or 6116734. OLE color: 6116734.

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

Color convert

RGB 126 85 93 -
CMYK 0 0.33 0.26 0.51
HSL 348.29º 0.19% 0.41% -
HSV(B) 348.29º 0.33% 0.49% -
XYZ 13.83 11.72 11.89 -
YUV 98.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 126 85 93 0 0.33 0.26 0.51 348.29 0.19 0.41
Hex 7E 55 5D 0 21 1A 33 15C 13 29
Octal 176 125 135 0 41 32 63 534 23 51
Binary 1111110 1010101 1011101 0 100001 11010 110011 101011100 10011 101001

Color Harmonies of #7E555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E555D

Black with #7E555D

Text Example


Text Example

White with #7E555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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