#8A768A

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

Shades of Trendy Pink #8A768A

Tints of Trendy Pink #8A768A

Color information

#8A768A (or 0x8A768A) is unknown color: approx Trendy Pink. HEX triplet: 8A, 76 and 8A. RGB value is (138,118,138). Sum of RGB (Red+Green+Blue) = 138+118+138=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A768A is #758975. Grayscale: #7E7E7E. Windows color (decimal): -7702902 or 9074314. OLE color: 9074314.

HSL color Cylindrical-coordinate representation of color #8A768A: hue angle of 300º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A768A is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB138118138-
CMYK00.1400.46
HSL300º7.87%50.2%-
HSV(B)300º14.49%54.12%-
XYZ21.5520.226.81-
YUV126.26134.63136.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=35.03%
G=29.95%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811813800.1400.463007.8750.2
Hex8A768A0E02E12c832
Octal2121662120160564541062
Binary100010101110110100010100111001011101001011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A768A; }

 p { color: rgb(138,118,138); }

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

<style>
 a { background-color: #8A768A; }

 a { background-color: rgb(138,118,138); }

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

<style>
 span { border-color: #8A768A; }

 span { border-color: rgb(138,118,138); }

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