#8b748b

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

Shades of Trendy Pink #8B748B

Tints of Trendy Pink #8B748B

Color information

#8B748B (or 0x8B748B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 74 and 8B. RGB value is (139,116,139). Sum of RGB (Red+Green+Blue) = 139+116+139=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B748B is #748B74. Grayscale: #7D7D7D. Windows color (decimal): -7637877 or 9139339. OLE color: 9139339.

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

Color convert

RGB139116139-
CMYK00.1700.45
HSL300º9.02%50%-
HSV(B)300º16.55%54.51%-
XYZ21.5519.8427.12-
YUV125.5135.62137.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=35.28%
G=29.44%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911613900.1700.453009.0250
Hex8B748B01102D12c932
Octal2131642130210554541162
Binary1000101111101001000101101000101011011001011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b748b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,116,139); }

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

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

 a { background-color: rgb(139,116,139); }

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

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

 span { border-color: rgb(139,116,139); }

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