Html Css Color HEX #97728C Mountbatten Pink

📋 copy color: '#97728C'

red 151 ◦ green 114 ◦ blue 140

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

Shades of Mountbatten Pink #97728C

Tints of Mountbatten Pink #97728C

RGB

 RED value IS 151 (59.38% from 255) = 37.28%

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 37.28%
G = 28.15%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97728C (or 0x97728C) is known color: Mountbatten Pink. HEX triplet: 97, 72 and 8C. RGB value is (151,114,140). Sum of RGB (Red+Green+Blue) = 151+114+140=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #97728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97728C is #688D73. Grayscale: #7F7F7F. Windows color (decimal): -6851956 or 9204375. OLE color: 9204375.

HSL color Cylindrical-coordinate representation of color #97728C: hue angle of 317.84º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97728C is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 140 -
CMYK 0 0.25 0.07 0.41
HSL 317.84º 0.15% 0.52% -
HSV(B) 317.84º 0.25% 0.59% -
XYZ 23.51 20.51 27.53 -
YUV 128.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 151 114 140 0 0.25 0.07 0.41 317.84 0.15 0.52
Hex 97 72 8C 0 19 7 29 13E F 34
Octal 227 162 214 0 31 7 51 476 17 64
Binary 10010111 1110010 10001100 0 11001 111 101001 100111110 1111 110100

Color Harmonies of #97728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97728C

Black with #97728C

Text Example


Text Example

White with #97728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97728C; }

 p { color: rgb(151,114,140); }

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

background-color css

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

 a { background-color: rgb(151,114,140); }

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

border-color css

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

 span { border-color: rgb(151,114,140); }

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