#864B7A

Color #864B7A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #864B7A

Tints of Trendy Pink #864B7A

Color information

#864B7A (or 0x864B7A) is unknown color: approx Trendy Pink. HEX triplet: 86, 4B and 7A. RGB value is (134,75,122). Sum of RGB (Red+Green+Blue) = 134+75+122=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #864B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B7A is #79B485. Grayscale: #616161. Windows color (decimal): -7976070 or 8014726. OLE color: 8014726.

HSL color Cylindrical-coordinate representation of color #864B7A: hue angle of 312.2º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B7A is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13475122-
CMYK00.440.090.47
HSL312.2º28.23%40.98%-
HSV(B)312.2º44.03%52.55%-
XYZ15.8611.5119.8-
YUV98141.55153.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=40.48%
G=22.66%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347512200.440.090.47312.228.2340.98
Hex864B7A02C92F1381c29
Octal20611317205411574703451
Binary10000110100101111110100101100100110111110011100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864B7A; }

 p { color: rgb(134,75,122); }

 H1.HeaderClassName
 {
   color: #864B7A;
 }
 .AnyTagClassName
 {
   color: #864B7A;
 }
</style>
background-color css

<style>
 a { background-color: #864B7A; }

 a { background-color: rgb(134,75,122); }

 div.DivClassName
 {
   background-color: #864B7A;
 }
 .BgClassName
 {
   background-color: #864B7A;
 }
</style>
border-color css

<style>
 span { border-color: #864B7A; }

 span { border-color: rgb(134,75,122); }

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