#947787

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

Shades of Mountbatten Pink #947787

Tints of Mountbatten Pink #947787

Color information

#947787 (or 0x947787) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 77 and 87. RGB value is (148,119,135). Sum of RGB (Red+Green+Blue) = 148+119+135=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #947787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947787 is #6B8878. Grayscale: #818181. Windows color (decimal): -7047289 or 8877972. OLE color: 8877972.

HSL color Cylindrical-coordinate representation of color #947787: hue angle of 326.9º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947787 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148119135-
CMYK00.200.090.42
HSL326.9º11.93%52.35%-
HSV(B)326.9º19.59%58.04%-
XYZ23.1821.2425.8-
YUV129.5131.11141.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=36.82%
G=29.60%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811913500.200.090.42326.911.9352.35
Hex94778701492A147c34
Octal22416720702411525071464
Binary1001010011101111000011101010010011010101010001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947787; }

 p { color: rgb(148,119,135); }

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

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

 a { background-color: rgb(148,119,135); }

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

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

 span { border-color: rgb(148,119,135); }

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