Html Css Color HEX #987787 Mountbatten Pink

📋 copy color: '#987787'

red 152 ◦ green 119 ◦ blue 135

#987787
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #987787

Tints of Mountbatten Pink #987787

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.13% from 255) = 33.25%

R = 37.44%
G = 29.31%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987787 (or 0x987787) is known color: 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

RGB 152 119 135 -
CMYK 0 0.22 0.11 0.40
HSL 330.91º 0.14% 0.53% -
HSV(B) 330.91º 0.22% 0.6% -
XYZ 23.92 21.62 25.83 -
YUV 130.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 152 119 135 0 0.22 0.11 0.40 330.91 0.14 0.53
Hex 98 77 87 0 16 B 28 14B E 35
Octal 230 167 207 0 26 13 50 513 16 65
Binary 10011000 1110111 10000111 0 10110 1011 101000 101001011 1110 110101

Color Harmonies of #987787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987787

Black with #987787

Text Example


Text Example

White with #987787

Text Example


Text Example

HTML Codes & Css Web 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>