#987787

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

Shades of Mountbatten Pink #987787

Tints of Mountbatten Pink #987787

Color information

#987787 (or 0x987787) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 77 and 87. RGB value is (152,119,135). Sum of RGB (Red+Green+Blue) = 152+119+135=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987787 is #678878. Grayscale: #828282. Windows color (decimal): -6785145 or 8877976. OLE color: 8877976.

HSL color Cylindrical-coordinate representation of color #987787: hue angle of 330.91º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987787 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB152119135-
CMYK00.220.110.40
HSL330.91º13.81%53.14%-
HSV(B)330.91º21.71%59.61%-
XYZ23.9221.6225.83-
YUV130.69130.43143.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=37.44%
G=29.31%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211913500.220.110.40330.9113.8153.14
Hex987787016B2814be35
Octal23016720702613505131665
Binary1001100011101111000011101011010111010001010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987787; }

 p { color: rgb(152,119,135); }

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

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

 a { background-color: rgb(152,119,135); }

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

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

 span { border-color: rgb(152,119,135); }

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