#90778B

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

Shades of Mountbatten Pink #90778B

Tints of Mountbatten Pink #90778B

Color information

#90778B (or 0x90778B) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 77 and 8B. RGB value is (144,119,139). Sum of RGB (Red+Green+Blue) = 144+119+139=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #90778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90778B is #6F8874. Grayscale: #808080. Windows color (decimal): -7309429 or 9140112. OLE color: 9140112.

HSL color Cylindrical-coordinate representation of color #90778B: hue angle of 312º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90778B is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144119139-
CMYK00.170.030.44
HSL312º10.12%51.57%-
HSV(B)312º17.36%56.47%-
XYZ22.7620.9927.28-
YUV128.76133.78138.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=35.82%
G=29.60%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411913900.170.030.4431210.1251.57
Hex90778B01132C138a34
Octal2201672130213544701264
Binary10010000111011110001011010001111011001001110001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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