Html Css Color HEX #97778B Mountbatten Pink

📋 copy color: '#97778B'

red 151 ◦ green 119 ◦ blue 139

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

Shades of Mountbatten Pink #97778B

Tints of Mountbatten Pink #97778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 36.92%
G = 29.1%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97778B (or 0x97778B) is known color: Mountbatten Pink. HEX triplet: 97, 77 and 8B. RGB value is (151,119,139). Sum of RGB (Red+Green+Blue) = 151+119+139=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #97778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97778B is #688874. Grayscale: #828282. Windows color (decimal): -6850677 or 9140119. OLE color: 9140119.

HSL color Cylindrical-coordinate representation of color #97778B: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97778B is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 119 139 -
CMYK 0 0.21 0.08 0.41
HSL 322.5º 0.13% 0.53% -
HSV(B) 322.5º 0.21% 0.59% -
XYZ 24.02 21.64 27.34 -
YUV 130.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 151 119 139 0 0.21 0.08 0.41 322.5 0.13 0.53
Hex 97 77 8B 0 15 8 29 142 D 35
Octal 227 167 213 0 25 10 51 502 15 65
Binary 10010111 1110111 10001011 0 10101 1000 101001 101000010 1101 110101

Color Harmonies of #97778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97778B

Black with #97778B

Text Example


Text Example

White with #97778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97778B; }

 p { color: rgb(151,119,139); }

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

background-color css

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

 a { background-color: rgb(151,119,139); }

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

border-color css

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

 span { border-color: rgb(151,119,139); }

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