Html Css Color HEX #95778A Mountbatten Pink

📋 copy color: '#95778A'

red 149 ◦ green 119 ◦ blue 138

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

Shades of Mountbatten Pink #95778A

Tints of Mountbatten Pink #95778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 36.7%
G = 29.31%
B = 33.99%

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

#95778A (or 0x95778A) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 8A. RGB value is (149,119,138). Sum of RGB (Red+Green+Blue) = 149+119+138=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95778A is #6A8875. Grayscale: #828282. Windows color (decimal): -6981750 or 9074581. OLE color: 9074581.

HSL color Cylindrical-coordinate representation of color #95778A: hue angle of 322º 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 #95778A is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 138 -
CMYK 0 0.20 0.07 0.42
HSL 322º 0.12% 0.53% -
HSV(B) 322º 0.2% 0.58% -
XYZ 23.58 21.42 26.94 -
YUV 130.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 149 119 138 0 0.20 0.07 0.42 322 0.12 0.53
Hex 95 77 8A 0 14 7 2A 142 C 35
Octal 225 167 212 0 24 7 52 502 14 65
Binary 10010101 1110111 10001010 0 10100 111 101010 101000010 1100 110101

Color Harmonies of #95778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95778A

Black with #95778A

Text Example


Text Example

White with #95778A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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