#90708A

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

Shades of Mountbatten Pink #90708A

Tints of Mountbatten Pink #90708A

Color information

#90708A (or 0x90708A) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 70 and 8A. RGB value is (144,112,138). Sum of RGB (Red+Green+Blue) = 144+112+138=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #90708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90708A is #6F8F75. Grayscale: #7C7C7C. Windows color (decimal): -7311222 or 9072784. OLE color: 9072784.

HSL color Cylindrical-coordinate representation of color #90708A: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90708A is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB144112138-
CMYK00.220.040.44
HSL311.25º12.6%50.2%-
HSV(B)311.25º22.22%56.47%-
XYZ21.8819.3526.63-
YUV124.53135.6141.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=36.55%
G=28.43%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411213800.220.040.44311.2512.650.2
Hex90708A01642C137d32
Octal2201602120264544671562
Binary100100001110000100010100101101001011001001101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,112,138); }

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

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

 a { background-color: rgb(144,112,138); }

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

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

 span { border-color: rgb(144,112,138); }

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