#99778B

Color #99778B Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #99778B

Tints of Mountbatten Pink #99778B

Color information

#99778B (or 0x99778B) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 77 and 8B. RGB value is (153,119,139). Sum of RGB (Red+Green+Blue) = 153+119+139=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #99778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99778B is #668874. Grayscale: #838383. Windows color (decimal): -6719605 or 9140121. OLE color: 9140121.

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

Color convert

RGB153119139-
CMYK00.220.090.4
HSL324.71º14.29%53.33%-
HSV(B)324.71º22.22%60%-
XYZ24.3921.8327.35-
YUV131.45132.26143.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=37.23%
G=28.95%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311913900.220.090.4324.7114.2953.33
Hex99778B016928145e35
Octal23116721302611505051665
Binary1001100111101111000101101011010011010001010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99778B; }

 p { color: rgb(153,119,139); }

 H1.HeaderClassName
 {
   color: #99778B;
 }
 .AnyTagClassName
 {
   color: #99778B;
 }
</style>
background-color css

<style>
 a { background-color: #99778B; }

 a { background-color: rgb(153,119,139); }

 div.DivClassName
 {
   background-color: #99778B;
 }
 .BgClassName
 {
   background-color: #99778B;
 }
</style>
border-color css

<style>
 span { border-color: #99778B; }

 span { border-color: rgb(153,119,139); }

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