Html Css Color HEX #98778A Mountbatten Pink

📋 copy color: '#98778A'

red 152 ◦ green 119 ◦ blue 138

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

Shades of Mountbatten Pink #98778A

Tints of Mountbatten Pink #98778A

RGB

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

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

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

R = 37.16%
G = 29.1%
B = 33.74%

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

#98778A (or 0x98778A) is known color: Mountbatten Pink. HEX triplet: 98, 77 and 8A. RGB value is (152,119,138). Sum of RGB (Red+Green+Blue) = 152+119+138=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #98778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98778A is #678875. Grayscale: #828282. Windows color (decimal): -6785142 or 9074584. OLE color: 9074584.

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

Color convert

RGB 152 119 138 -
CMYK 0 0.22 0.09 0.40
HSL 325.45º 0.14% 0.53% -
HSV(B) 325.45º 0.22% 0.6% -
XYZ 24.13 21.7 26.96 -
YUV 131.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 152 119 138 0 0.22 0.09 0.40 325.45 0.14 0.53
Hex 98 77 8A 0 16 9 28 145 E 35
Octal 230 167 212 0 26 11 50 505 16 65
Binary 10011000 1110111 10001010 0 10110 1001 101000 101000101 1110 110101

Color Harmonies of #98778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98778A

Black with #98778A

Text Example


Text Example

White with #98778A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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