Html Css Color HEX #7F6686 Trendy Pink

📋 copy color: '#7F6686'

red 127 ◦ green 102 ◦ blue 134

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

Shades of Trendy Pink #7F6686

Tints of Trendy Pink #7F6686

RGB

 RED value IS 127 (50% from 255) = 34.99%

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 34.99%
G = 28.1%
B = 36.91%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F6686 (or 0x7F6686) is known color: Trendy Pink. HEX triplet: 7F, 66 and 86. RGB value is (127,102,134). Sum of RGB (Red+Green+Blue) = 127+102+134=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F6686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6686 is #809979. Grayscale: #717171. Windows color (decimal): -8427898 or 8808063. OLE color: 8808063.

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

Color convert

RGB 127 102 134 -
CMYK 0.05 0.24 0 0.47
HSL 286.88º 0.14% 0.46% -
HSV(B) 286.88º 0.24% 0.53% -
XYZ 17.81 15.74 24.65 -
YUV 113.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 127 102 134 0.05 0.24 0 0.47 286.88 0.14 0.46
Hex 7F 66 86 5 18 0 2F 11F E 2E
Octal 177 146 206 5 30 0 57 437 16 56
Binary 1111111 1100110 10000110 101 11000 0 101111 100011111 1110 101110

Color Harmonies of #7F6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6686

Black with #7F6686

Text Example


Text Example

White with #7F6686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,102,134); }

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

background-color css

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

 a { background-color: rgb(127,102,134); }

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

border-color css

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

 span { border-color: rgb(127,102,134); }

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