Html Css Color HEX #97708A Mountbatten Pink

📋 copy color: '#97708A'

red 151 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #97708A

Tints of Mountbatten Pink #97708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

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

R = 37.66%
G = 27.93%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97708A (or 0x97708A) is known color: Mountbatten Pink. HEX triplet: 97, 70 and 8A. RGB value is (151,112,138). Sum of RGB (Red+Green+Blue) = 151+112+138=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #97708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97708A is #688F75. Grayscale: #7E7E7E. Windows color (decimal): -6852470 or 9072791. OLE color: 9072791.

HSL color Cylindrical-coordinate representation of color #97708A: hue angle of 320º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97708A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 138 -
CMYK 0 0.26 0.09 0.41
HSL 320º 0.16% 0.52% -
HSV(B) 320º 0.26% 0.59% -
XYZ 23.14 20 26.69 -
YUV 126.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 151 112 138 0 0.26 0.09 0.41 320 0.16 0.52
Hex 97 70 8A 0 1A 9 29 140 10 34
Octal 227 160 212 0 32 11 51 500 20 64
Binary 10010111 1110000 10001010 0 11010 1001 101001 101000000 10000 110100

Color Harmonies of #97708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97708A

Black with #97708A

Text Example


Text Example

White with #97708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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