Html Css Color HEX #95778B Mountbatten Pink

📋 copy color: '#95778B'

red 149 ◦ green 119 ◦ blue 139

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

Shades of Mountbatten Pink #95778B

Tints of Mountbatten Pink #95778B

RGB

 RED value IS 149 (58.59% from 255) = 36.61%

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

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

R = 36.61%
G = 29.24%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95778B (or 0x95778B) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 8B. RGB value is (149,119,139). Sum of RGB (Red+Green+Blue) = 149+119+139=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95778B is #6A8874. Grayscale: #828282. Windows color (decimal): -6981749 or 9140117. OLE color: 9140117.

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

Color convert

RGB 149 119 139 -
CMYK 0 0.20 0.07 0.42
HSL 320º 0.12% 0.53% -
HSV(B) 320º 0.2% 0.58% -
XYZ 23.65 21.45 27.32 -
YUV 130.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 149 119 139 0 0.20 0.07 0.42 320 0.12 0.53
Hex 95 77 8B 0 14 7 2A 140 C 35
Octal 225 167 213 0 24 7 52 500 14 65
Binary 10010101 1110111 10001011 0 10100 111 101010 101000000 1100 110101

Color Harmonies of #95778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95778B

Black with #95778B

Text Example


Text Example

White with #95778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95778B; }

 p { color: rgb(149,119,139); }

 H1.HeaderClassName
 {
   color: #95778B;
 }
 .AnyTagClassName
 {
   color: #95778B;
 }
</style>

background-color css

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

 a { background-color: rgb(149,119,139); }

 div.DivClassName
 {
   background-color: #95778B;
 }
 .BgClassName
 {
   background-color: #95778B;
 }
</style>

border-color css

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

 span { border-color: rgb(149,119,139); }

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