Html Css Color HEX #99768A Mountbatten Pink

📋 copy color: '#99768A'

red 153 ◦ green 118 ◦ blue 138

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

Shades of Mountbatten Pink #99768A

Tints of Mountbatten Pink #99768A

RGB

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

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

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

R = 37.41%
G = 28.85%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99768A (or 0x99768A) is known color: Mountbatten Pink. HEX triplet: 99, 76 and 8A. RGB value is (153,118,138). Sum of RGB (Red+Green+Blue) = 153+118+138=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99768A is #668975. Grayscale: #828282. Windows color (decimal): -6719862 or 9074329. OLE color: 9074329.

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

Color convert

RGB 153 118 138 -
CMYK 0 0.23 0.10 0.4
HSL 325.71º 0.15% 0.53% -
HSV(B) 325.71º 0.23% 0.6% -
XYZ 24.2 21.56 26.93 -
YUV 130.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 153 118 138 0 0.23 0.10 0.4 325.71 0.15 0.53
Hex 99 76 8A 0 17 A 28 146 F 35
Octal 231 166 212 0 27 12 50 506 17 65
Binary 10011001 1110110 10001010 0 10111 1010 101000 101000110 1111 110101

Color Harmonies of #99768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99768A

Black with #99768A

Text Example


Text Example

White with #99768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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