Html Css Color HEX #99768C Mountbatten Pink

📋 copy color: '#99768C'

red 153 ◦ green 118 ◦ blue 140

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

Shades of Mountbatten Pink #99768C

Tints of Mountbatten Pink #99768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 37.23%
G = 28.71%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99768C (or 0x99768C) is known color: Mountbatten Pink. HEX triplet: 99, 76 and 8C. RGB value is (153,118,140). Sum of RGB (Red+Green+Blue) = 153+118+140=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #99768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99768C is #668973. Grayscale: #828282. Windows color (decimal): -6719860 or 9205401. OLE color: 9205401.

HSL color Cylindrical-coordinate representation of color #99768C: hue angle of 322.29º 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 #99768C is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 140 -
CMYK 0 0.23 0.08 0.4
HSL 322.29º 0.15% 0.53% -
HSV(B) 322.29º 0.23% 0.6% -
XYZ 24.35 21.62 27.7 -
YUV 130.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 153 118 140 0 0.23 0.08 0.4 322.29 0.15 0.53
Hex 99 76 8C 0 17 8 28 142 F 35
Octal 231 166 214 0 27 10 50 502 17 65
Binary 10011001 1110110 10001100 0 10111 1000 101000 101000010 1111 110101

Color Harmonies of #99768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99768C

Black with #99768C

Text Example


Text Example

White with #99768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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