Html Css Color HEX #90778B Mountbatten Pink

📋 copy color: '#90778B'

red 144 ◦ green 119 ◦ blue 139

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

Shades of Mountbatten Pink #90778B

Tints of Mountbatten Pink #90778B

RGB

 RED value IS 144 (56.64% from 255) = 35.82%

 GREEN value IS 119 (46.88% from 255) = 29.6%

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 35.82%
G = 29.6%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90778B (or 0x90778B) is known color: 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

RGB 144 119 139 -
CMYK 0 0.17 0.03 0.44
HSL 312º 0.1% 0.52% -
HSV(B) 312º 0.17% 0.56% -
XYZ 22.76 20.99 27.28 -
YUV 128.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 144 119 139 0 0.17 0.03 0.44 312 0.1 0.52
Hex 90 77 8B 0 11 3 2C 138 A 34
Octal 220 167 213 0 21 3 54 470 12 64
Binary 10010000 1110111 10001011 0 10001 11 101100 100111000 1010 110100

Color Harmonies of #90778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90778B

Black with #90778B

Text Example


Text Example

White with #90778B

Text Example


Text Example

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