Html Css Color HEX #97728A Mountbatten Pink

📋 copy color: '#97728A'

red 151 ◦ green 114 ◦ blue 138

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

Shades of Mountbatten Pink #97728A

Tints of Mountbatten Pink #97728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 37.47%
G = 28.29%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97728A (or 0x97728A) is known color: Mountbatten Pink. HEX triplet: 97, 72 and 8A. RGB value is (151,114,138). Sum of RGB (Red+Green+Blue) = 151+114+138=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #97728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97728A is #688D75. Grayscale: #7F7F7F. Windows color (decimal): -6851958 or 9073303. OLE color: 9073303.

HSL color Cylindrical-coordinate representation of color #97728A: hue angle of 321.08º 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 #97728A is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 138 -
CMYK 0 0.25 0.09 0.41
HSL 321.08º 0.15% 0.52% -
HSV(B) 321.08º 0.25% 0.59% -
XYZ 23.37 20.45 26.76 -
YUV 127.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 151 114 138 0 0.25 0.09 0.41 321.08 0.15 0.52
Hex 97 72 8A 0 19 9 29 141 F 34
Octal 227 162 212 0 31 11 51 501 17 64
Binary 10010111 1110010 10001010 0 11001 1001 101001 101000001 1111 110100

Color Harmonies of #97728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97728A

Black with #97728A

Text Example


Text Example

White with #97728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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