Html Css Color HEX #7E515A Cannon Pink

📋 copy color: '#7E515A'

red 126 ◦ green 81 ◦ blue 90

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

Shades of Cannon Pink #7E515A

Tints of Cannon Pink #7E515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 42.42%
G = 27.27%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7E515A (or 0x7E515A) is known color: Cannon Pink. HEX triplet: 7E, 51 and 5A. RGB value is (126,81,90). Sum of RGB (Red+Green+Blue) = 126+81+90=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 126 - color contains mainly: red. Hex color #7E515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E515A is #81AEA5. Grayscale: #5F5F5F. Windows color (decimal): -8498854 or 5919102. OLE color: 5919102.

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

Color convert

RGB 126 81 90 -
CMYK 0 0.36 0.29 0.51
HSL 348º 0.22% 0.41% -
HSV(B) 348º 0.36% 0.49% -
XYZ 13.39 11.06 11.1 -
YUV 95.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 126 81 90 0 0.36 0.29 0.51 348 0.22 0.41
Hex 7E 51 5A 0 24 1D 33 15C 16 29
Octal 176 121 132 0 44 35 63 534 26 51
Binary 1111110 1010001 1011010 0 100100 11101 110011 101011100 10110 101001

Color Harmonies of #7E515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E515A

Black with #7E515A

Text Example


Text Example

White with #7E515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,81,90); }

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

background-color css

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

 a { background-color: rgb(126,81,90); }

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

border-color css

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

 span { border-color: rgb(126,81,90); }

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