#88768B

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

Shades of Trendy Pink #88768B

Tints of Trendy Pink #88768B

Color information

#88768B (or 0x88768B) is unknown color: approx Trendy Pink. HEX triplet: 88, 76 and 8B. RGB value is (136,118,139). Sum of RGB (Red+Green+Blue) = 136+118+139=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #88768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88768B is #778974. Grayscale: #7D7D7D. Windows color (decimal): -7833973 or 9139848. OLE color: 9139848.

HSL color Cylindrical-coordinate representation of color #88768B: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88768B is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136118139-
CMYK0.020.1500.45
HSL291.43º8.3%50.39%-
HSV(B)291.43º15.11%54.51%-
XYZ21.2920.0627.17-
YUV125.78135.46135.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=34.61%
G=30.03%
B=35.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361181390.020.1500.45291.438.350.39
Hex88768B2F02D123832
Octal2101662132170554431062
Binary1000100011101101000101110111101011011001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88768B; }

 p { color: rgb(136,118,139); }

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

<style>
 a { background-color: #88768B; }

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

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

<style>
 span { border-color: #88768B; }

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

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