#90708C

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

Shades of Mountbatten Pink #90708C

Tints of Mountbatten Pink #90708C

Color information

#90708C (or 0x90708C) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 70 and 8C. RGB value is (144,112,140). Sum of RGB (Red+Green+Blue) = 144+112+140=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #90708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90708C is #6F8F73. Grayscale: #7C7C7C. Windows color (decimal): -7311220 or 9203856. OLE color: 9203856.

HSL color Cylindrical-coordinate representation of color #90708C: hue angle of 307.5º 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 #90708C is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144112140-
CMYK00.220.030.44
HSL307.5º12.6%50.2%-
HSV(B)307.5º22.22%56.47%-
XYZ22.0319.4127.4-
YUV124.76136.6141.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 140 (55.08% from 255) = 35.35%
R=36.36%
G=28.28%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411214000.220.030.44307.512.650.2
Hex90708C01632C134d32
Octal2201602140263544641562
Binary10010000111000010001100010110111011001001101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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