Html Css Color HEX #7E5259 Solid Pink

📋 copy color: '#7E5259'

red 126 ◦ green 82 ◦ blue 89

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

Shades of Solid Pink #7E5259

Tints of Solid Pink #7E5259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 42.42%
G = 27.61%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7E5259 (or 0x7E5259) is known color: Solid Pink. HEX triplet: 7E, 52 and 59. RGB value is (126,82,89). Sum of RGB (Red+Green+Blue) = 126+82+89=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5259 is #81ADA6. Grayscale: #5F5F5F. Windows color (decimal): -8498599 or 5853822. OLE color: 5853822.

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

Color convert

RGB 126 82 89 -
CMYK 0 0.35 0.29 0.51
HSL 350.45º 0.21% 0.41% -
HSV(B) 350.45º 0.35% 0.49% -
XYZ 13.42 11.19 10.9 -
YUV 95.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 126 82 89 0 0.35 0.29 0.51 350.45 0.21 0.41
Hex 7E 52 59 0 23 1D 33 15E 15 29
Octal 176 122 131 0 43 35 63 536 25 51
Binary 1111110 1010010 1011001 0 100011 11101 110011 101011110 10101 101001

Color Harmonies of #7E5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5259

Black with #7E5259

Text Example


Text Example

White with #7E5259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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