Html Css Color HEX #7E525B Cannon Pink

📋 copy color: '#7E525B'

red 126 ◦ green 82 ◦ blue 91

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

Shades of Cannon Pink #7E525B

Tints of Cannon Pink #7E525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 42.14%
G = 27.42%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7E525B (or 0x7E525B) is known color: Cannon Pink. HEX triplet: 7E, 52 and 5B. RGB value is (126,82,91). Sum of RGB (Red+Green+Blue) = 126+82+91=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E525B is #81ADA4. Grayscale: #606060. Windows color (decimal): -8498597 or 5984894. OLE color: 5984894.

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

Color convert

RGB 126 82 91 -
CMYK 0 0.35 0.28 0.51
HSL 347.73º 0.21% 0.41% -
HSV(B) 347.73º 0.35% 0.49% -
XYZ 13.51 11.23 11.35 -
YUV 96.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 126 82 91 0 0.35 0.28 0.51 347.73 0.21 0.41
Hex 7E 52 5B 0 23 1C 33 15C 15 29
Octal 176 122 133 0 43 34 63 534 25 51
Binary 1111110 1010010 1011011 0 100011 11100 110011 101011100 10101 101001

Color Harmonies of #7E525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E525B

Black with #7E525B

Text Example


Text Example

White with #7E525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,82,91); }

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

background-color css

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

 a { background-color: rgb(126,82,91); }

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

border-color css

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

 span { border-color: rgb(126,82,91); }

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