Html Css Color HEX #7E5761 Cannon Pink

📋 copy color: '#7E5761'

red 126 ◦ green 87 ◦ blue 97

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

Shades of Cannon Pink #7E5761

Tints of Cannon Pink #7E5761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 40.65%
G = 28.06%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7E5761 (or 0x7E5761) is known color: Cannon Pink. HEX triplet: 7E, 57 and 61. RGB value is (126,87,97). Sum of RGB (Red+Green+Blue) = 126+87+97=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5761 is #81A89E. Grayscale: #636363. Windows color (decimal): -8497311 or 6379390. OLE color: 6379390.

HSL color Cylindrical-coordinate representation of color #7E5761: hue angle of 344.62º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E5761 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 87 97 -
CMYK 0 0.31 0.23 0.51
HSL 344.62º 0.18% 0.42% -
HSV(B) 344.62º 0.31% 0.49% -
XYZ 14.17 12.12 12.9 -
YUV 99.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 126 87 97 0 0.31 0.23 0.51 344.62 0.18 0.42
Hex 7E 57 61 0 1F 17 33 159 12 2A
Octal 176 127 141 0 37 27 63 531 22 52
Binary 1111110 1010111 1100001 0 11111 10111 110011 101011001 10010 101010

Color Harmonies of #7E5761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5761

Black with #7E5761

Text Example


Text Example

White with #7E5761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,87,97); }

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

background-color css

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

 a { background-color: rgb(126,87,97); }

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

border-color css

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

 span { border-color: rgb(126,87,97); }

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