Html Css Color HEX #987788 Mountbatten Pink

📋 copy color: '#987788'

red 152 ◦ green 119 ◦ blue 136

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

Shades of Mountbatten Pink #987788

Tints of Mountbatten Pink #987788

RGB

 RED value IS 152 (59.77% from 255) = 37.35%

 GREEN value IS 119 (46.88% from 255) = 29.24%

 BLUE value IS 136 (53.52% from 255) = 33.42%

R = 37.35%
G = 29.24%
B = 33.42%

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

#987788 (or 0x987788) is known color: Mountbatten Pink. HEX triplet: 98, 77 and 88. RGB value is (152,119,136). Sum of RGB (Red+Green+Blue) = 152+119+136=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #987788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987788 is #678877. Grayscale: #828282. Windows color (decimal): -6785144 or 8943512. OLE color: 8943512.

HSL color Cylindrical-coordinate representation of color #987788: hue angle of 329.09º 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 #987788 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 119 136 -
CMYK 0 0.22 0.11 0.40
HSL 329.09º 0.14% 0.53% -
HSV(B) 329.09º 0.22% 0.6% -
XYZ 23.99 21.65 26.21 -
YUV 130.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 152 119 136 0 0.22 0.11 0.40 329.09 0.14 0.53
Hex 98 77 88 0 16 B 28 149 E 35
Octal 230 167 210 0 26 13 50 511 16 65
Binary 10011000 1110111 10001000 0 10110 1011 101000 101001001 1110 110101

Color Harmonies of #987788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987788

Black with #987788

Text Example


Text Example

White with #987788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987788; }

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

 H1.HeaderClassName
 {
   color: #987788;
 }
 .AnyTagClassName
 {
   color: #987788;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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