#92768D

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

Shades of Mountbatten Pink #92768D

Tints of Mountbatten Pink #92768D

Color information

#92768D (or 0x92768D) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 76 and 8D. RGB value is (146,118,141). Sum of RGB (Red+Green+Blue) = 146+118+141=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #92768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92768D is #6D8972. Grayscale: #808080. Windows color (decimal): -7178611 or 9270930. OLE color: 9270930.

HSL color Cylindrical-coordinate representation of color #92768D: hue angle of 310.71º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92768D is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB146118141-
CMYK00.190.030.43
HSL310.71º11.38%51.76%-
HSV(B)310.71º19.18%57.25%-
XYZ23.1420.9928.03-
YUV128.99134.78140.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=36.05%
G=29.14%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611814100.190.030.43310.7111.3851.76
Hex92768D01332B137b34
Octal2221662150233534671364
Binary10010010111011010001101010011111010111001101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92768D; }

 p { color: rgb(146,118,141); }

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

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

 a { background-color: rgb(146,118,141); }

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

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

 span { border-color: rgb(146,118,141); }

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