Html Css Color HEX #99768F Mountbatten Pink

📋 copy color: '#99768F'

red 153 ◦ green 118 ◦ blue 143

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

Shades of Mountbatten Pink #99768F

Tints of Mountbatten Pink #99768F

RGB

 RED value IS 153 (60.16% from 255) = 36.96%

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 36.96%
G = 28.5%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99768F (or 0x99768F) is known color: Mountbatten Pink. HEX triplet: 99, 76 and 8F. RGB value is (153,118,143). Sum of RGB (Red+Green+Blue) = 153+118+143=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #99768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99768F is #668970. Grayscale: #838383. Windows color (decimal): -6719857 or 9402009. OLE color: 9402009.

HSL color Cylindrical-coordinate representation of color #99768F: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99768F is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 143 -
CMYK 0 0.23 0.07 0.4
HSL 317.14º 0.15% 0.53% -
HSV(B) 317.14º 0.23% 0.6% -
XYZ 24.57 21.71 28.88 -
YUV 131.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 153 118 143 0 0.23 0.07 0.4 317.14 0.15 0.53
Hex 99 76 8F 0 17 7 28 13D F 35
Octal 231 166 217 0 27 7 50 475 17 65
Binary 10011001 1110110 10001111 0 10111 111 101000 100111101 1111 110101

Color Harmonies of #99768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99768F

Black with #99768F

Text Example


Text Example

White with #99768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99768F; }

 p { color: rgb(153,118,143); }

 H1.HeaderClassName
 {
   color: #99768F;
 }
 .AnyTagClassName
 {
   color: #99768F;
 }
</style>

background-color css

<style>
 a { background-color: #99768F; }

 a { background-color: rgb(153,118,143); }

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

border-color css

<style>
 span { border-color: #99768F; }

 span { border-color: rgb(153,118,143); }

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