#907788

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

Shades of Mountbatten Pink #907788

Tints of Mountbatten Pink #907788

Color information

#907788 (or 0x907788) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 77 and 88. RGB value is (144,119,136). Sum of RGB (Red+Green+Blue) = 144+119+136=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #907788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907788 is #6F8877. Grayscale: #808080. Windows color (decimal): -7309432 or 8943504. OLE color: 8943504.

HSL color Cylindrical-coordinate representation of color #907788: hue angle of 319.2º 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 #907788 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144119136-
CMYK00.170.060.44
HSL319.2º10.12%51.57%-
HSV(B)319.2º17.36%56.47%-
XYZ22.5420.926.14-
YUV128.41132.28139.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=36.09%
G=29.82%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411913600.170.060.44319.210.1251.57
Hex90778801162C13fa34
Octal2201672100216544771264
Binary100100001110111100010000100011101011001001111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907788; }

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

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

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

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

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

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

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

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