Html Css Color HEX #98778B Mountbatten Pink

📋 copy color: '#98778B'

red 152 ◦ green 119 ◦ blue 139

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

Shades of Mountbatten Pink #98778B

Tints of Mountbatten Pink #98778B

RGB

 RED value IS 152 (59.77% from 255) = 37.07%

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

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

R = 37.07%
G = 29.02%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98778B (or 0x98778B) is known color: Mountbatten Pink. HEX triplet: 98, 77 and 8B. RGB value is (152,119,139). Sum of RGB (Red+Green+Blue) = 152+119+139=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98778B is #678874. Grayscale: #838383. Windows color (decimal): -6785141 or 9140120. OLE color: 9140120.

HSL color Cylindrical-coordinate representation of color #98778B: hue angle of 323.64º 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 #98778B is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 119 139 -
CMYK 0 0.22 0.09 0.40
HSL 323.64º 0.14% 0.53% -
HSV(B) 323.64º 0.22% 0.6% -
XYZ 24.21 21.73 27.35 -
YUV 131.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 152 119 139 0 0.22 0.09 0.40 323.64 0.14 0.53
Hex 98 77 8B 0 16 9 28 144 E 35
Octal 230 167 213 0 26 11 50 504 16 65
Binary 10011000 1110111 10001011 0 10110 1001 101000 101000100 1110 110101

Color Harmonies of #98778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98778B

Black with #98778B

Text Example


Text Example

White with #98778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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