Html Css Color HEX #7E6386 Trendy Pink

📋 copy color: '#7E6386'

red 126 ◦ green 99 ◦ blue 134

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

Shades of Trendy Pink #7E6386

Tints of Trendy Pink #7E6386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.58%

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

R = 35.1%
G = 27.58%
B = 37.33%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E6386 (or 0x7E6386) is known color: Trendy Pink. HEX triplet: 7E, 63 and 86. RGB value is (126,99,134). Sum of RGB (Red+Green+Blue) = 126+99+134=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E6386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6386 is #819C79. Grayscale: #6E6E6E. Windows color (decimal): -8494202 or 8807294. OLE color: 8807294.

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

Color convert

RGB 126 99 134 -
CMYK 0.06 0.26 0 0.47
HSL 286.29º 0.15% 0.46% -
HSV(B) 286.29º 0.26% 0.53% -
XYZ 17.37 15.08 24.55 -
YUV 111.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 126 99 134 0.06 0.26 0 0.47 286.29 0.15 0.46
Hex 7E 63 86 6 1A 0 2F 11E F 2E
Octal 176 143 206 6 32 0 57 436 17 56
Binary 1111110 1100011 10000110 110 11010 0 101111 100011110 1111 101110

Color Harmonies of #7E6386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6386

Black with #7E6386

Text Example


Text Example

White with #7E6386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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