Html Css Color HEX #90708A Mountbatten Pink

📋 copy color: '#90708A'

red 144 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #90708A

Tints of Mountbatten Pink #90708A

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.3% from 255) = 35.03%

R = 36.55%
G = 28.43%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90708A (or 0x90708A) is known color: 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

RGB 144 112 138 -
CMYK 0 0.22 0.04 0.44
HSL 311.25º 0.13% 0.5% -
HSV(B) 311.25º 0.22% 0.56% -
XYZ 21.88 19.35 26.63 -
YUV 124.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 144 112 138 0 0.22 0.04 0.44 311.25 0.13 0.5
Hex 90 70 8A 0 16 4 2C 137 D 32
Octal 220 160 212 0 26 4 54 467 15 62
Binary 10010000 1110000 10001010 0 10110 100 101100 100110111 1101 110010

Color Harmonies of #90708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90708A

Black with #90708A

Text Example


Text Example

White with #90708A

Text Example


Text Example

HTML Codes & Css Web 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>