Html Css Color HEX #997786 Mountbatten Pink

📋 copy color: '#997786'

red 153 ◦ green 119 ◦ blue 134

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

Shades of Mountbatten Pink #997786

Tints of Mountbatten Pink #997786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33%

R = 37.68%
G = 29.31%
B = 33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#997786 (or 0x997786) is known color: Mountbatten Pink. HEX triplet: 99, 77 and 86. RGB value is (153,119,134). Sum of RGB (Red+Green+Blue) = 153+119+134=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997786 is #668879. Grayscale: #828282. Windows color (decimal): -6719610 or 8812441. OLE color: 8812441.

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

Color convert

RGB 153 119 134 -
CMYK 0 0.22 0.12 0.4
HSL 333.53º 0.14% 0.53% -
HSV(B) 333.53º 0.22% 0.6% -
XYZ 24.04 21.69 25.47 -
YUV 130.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 153 119 134 0 0.22 0.12 0.4 333.53 0.14 0.53
Hex 99 77 86 0 16 C 28 14E E 35
Octal 231 167 206 0 26 14 50 516 16 65
Binary 10011001 1110111 10000110 0 10110 1100 101000 101001110 1110 110101

Color Harmonies of #997786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997786

Black with #997786

Text Example


Text Example

White with #997786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997786; }

 p { color: rgb(153,119,134); }

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

background-color css

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

 a { background-color: rgb(153,119,134); }

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

border-color css

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

 span { border-color: rgb(153,119,134); }

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