Html Css Color HEX #7E6286 Trendy Pink

📋 copy color: '#7E6286'

red 126 ◦ green 98 ◦ blue 134

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

Shades of Trendy Pink #7E6286

Tints of Trendy Pink #7E6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

 BLUE value IS 134 (52.73% from 255) = 37.43%

R = 35.2%
G = 27.37%
B = 37.43%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E6286 (or 0x7E6286) is known color: Trendy Pink. HEX triplet: 7E, 62 and 86. RGB value is (126,98,134). Sum of RGB (Red+Green+Blue) = 126+98+134=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E6286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6286 is #819D79. Grayscale: #6E6E6E. Windows color (decimal): -8494458 or 8807038. OLE color: 8807038.

HSL color Cylindrical-coordinate representation of color #7E6286: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E6286 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 98 134 -
CMYK 0.06 0.27 0 0.47
HSL 286.67º 0.16% 0.45% -
HSV(B) 286.67º 0.27% 0.53% -
XYZ 17.27 14.89 24.52 -
YUV 110.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 126 98 134 0.06 0.27 0 0.47 286.67 0.16 0.45
Hex 7E 62 86 6 1B 0 2F 11F 10 2D
Octal 176 142 206 6 33 0 57 437 20 55
Binary 1111110 1100010 10000110 110 11011 0 101111 100011111 10000 101101

Color Harmonies of #7E6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6286

Black with #7E6286

Text Example


Text Example

White with #7E6286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,98,134); }

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

background-color css

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

 a { background-color: rgb(126,98,134); }

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

border-color css

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

 span { border-color: rgb(126,98,134); }

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