Html Css Color HEX #98768D Mountbatten Pink

📋 copy color: '#98768D'

red 152 ◦ green 118 ◦ blue 141

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

Shades of Mountbatten Pink #98768D

Tints of Mountbatten Pink #98768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 36.98%
G = 28.71%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98768D (or 0x98768D) is known color: Mountbatten Pink. HEX triplet: 98, 76 and 8D. RGB value is (152,118,141). Sum of RGB (Red+Green+Blue) = 152+118+141=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98768D is #678972. Grayscale: #828282. Windows color (decimal): -6785395 or 9270936. OLE color: 9270936.

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

Color convert

RGB 152 118 141 -
CMYK 0 0.22 0.07 0.40
HSL 319.41º 0.14% 0.53% -
HSV(B) 319.41º 0.22% 0.6% -
XYZ 24.24 21.56 28.08 -
YUV 130.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 152 118 141 0 0.22 0.07 0.40 319.41 0.14 0.53
Hex 98 76 8D 0 16 7 28 13F E 35
Octal 230 166 215 0 26 7 50 477 16 65
Binary 10011000 1110110 10001101 0 10110 111 101000 100111111 1110 110101

Color Harmonies of #98768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98768D

Black with #98768D

Text Example


Text Example

White with #98768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98768D; }

 p { color: rgb(152,118,141); }

 H1.HeaderClassName
 {
   color: #98768D;
 }
 .AnyTagClassName
 {
   color: #98768D;
 }
</style>

background-color css

<style>
 a { background-color: #98768D; }

 a { background-color: rgb(152,118,141); }

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

border-color css

<style>
 span { border-color: #98768D; }

 span { border-color: rgb(152,118,141); }

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