Html Css Color HEX #997687 Mountbatten Pink

📋 copy color: '#997687'

red 153 ◦ green 118 ◦ blue 135

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

Shades of Mountbatten Pink #997687

Tints of Mountbatten Pink #997687

RGB

 RED value IS 153 (60.16% from 255) = 37.68%

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 37.68%
G = 29.06%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#997687 (or 0x997687) is known color: Mountbatten Pink. HEX triplet: 99, 76 and 87. RGB value is (153,118,135). Sum of RGB (Red+Green+Blue) = 153+118+135=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997687 is #668978. Grayscale: #828282. Windows color (decimal): -6719865 or 8877721. OLE color: 8877721.

HSL color Cylindrical-coordinate representation of color #997687: hue angle of 330.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997687 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 135 -
CMYK 0 0.23 0.12 0.4
HSL 330.86º 0.15% 0.53% -
HSV(B) 330.86º 0.23% 0.6% -
XYZ 23.99 21.48 25.8 -
YUV 130.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 153 118 135 0 0.23 0.12 0.4 330.86 0.15 0.53
Hex 99 76 87 0 17 C 28 14B F 35
Octal 231 166 207 0 27 14 50 513 17 65
Binary 10011001 1110110 10000111 0 10111 1100 101000 101001011 1111 110101

Color Harmonies of #997687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997687

Black with #997687

Text Example


Text Example

White with #997687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997687; }

 p { color: rgb(153,118,135); }

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

background-color css

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

 a { background-color: rgb(153,118,135); }

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

border-color css

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

 span { border-color: rgb(153,118,135); }

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