#8C738A

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

Shades of Trendy Pink #8C738A

Tints of Trendy Pink #8C738A

Color information

#8C738A (or 0x8C738A) is unknown color: approx Trendy Pink. HEX triplet: 8C, 73 and 8A. RGB value is (140,115,138). Sum of RGB (Red+Green+Blue) = 140+115+138=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C738A is #738C75. Grayscale: #7D7D7D. Windows color (decimal): -7572598 or 9073548. OLE color: 9073548.

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

Color convert

RGB140115138-
CMYK00.180.010.45
HSL304.8º9.8%50%-
HSV(B)304.8º17.86%54.9%-
XYZ21.5319.6726.71-
YUV125.1135.28138.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=35.62%
G=29.26%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011513800.180.010.45304.89.850
Hex8C738A01212D131a32
Octal2141632120221554611262
Binary1000110011100111000101001001011011011001100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,115,138); }

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

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

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

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

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

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

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