#907686

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

Shades of Mountbatten Pink #907686

Tints of Mountbatten Pink #907686

Color information

#907686 (or 0x907686) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 76 and 86. RGB value is (144,118,134). Sum of RGB (Red+Green+Blue) = 144+118+134=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #907686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907686 is #6F8979. Grayscale: #7F7F7F. Windows color (decimal): -7309690 or 8812176. OLE color: 8812176.

HSL color Cylindrical-coordinate representation of color #907686: hue angle of 323.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #907686 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB144118134-
CMYK00.180.070.44
HSL323.08º10.48%51.37%-
HSV(B)323.08º18.06%56.47%-
XYZ22.2820.6125.36-
YUV127.6131.61139.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=36.36%
G=29.80%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411813400.180.070.44323.0810.4851.37
Hex90768601272C143a33
Octal2201662060227545031263
Binary100100001110110100001100100101111011001010000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907686; }

 p { color: rgb(144,118,134); }

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

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

 a { background-color: rgb(144,118,134); }

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

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

 span { border-color: rgb(144,118,134); }

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