Html Css Color HEX #95788B Mountbatten Pink

📋 copy color: '#95788B'

red 149 ◦ green 120 ◦ blue 139

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

Shades of Mountbatten Pink #95788B

Tints of Mountbatten Pink #95788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.41%

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

R = 36.52%
G = 29.41%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95788B (or 0x95788B) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 8B. RGB value is (149,120,139). Sum of RGB (Red+Green+Blue) = 149+120+139=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95788B is #6A8774. Grayscale: #828282. Windows color (decimal): -6981493 or 9140373. OLE color: 9140373.

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

Color convert

RGB 149 120 139 -
CMYK 0 0.19 0.07 0.42
HSL 320.69º 0.12% 0.53% -
HSV(B) 320.69º 0.19% 0.58% -
XYZ 23.77 21.69 27.36 -
YUV 130.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 149 120 139 0 0.19 0.07 0.42 320.69 0.12 0.53
Hex 95 78 8B 0 13 7 2A 141 C 35
Octal 225 170 213 0 23 7 52 501 14 65
Binary 10010101 1111000 10001011 0 10011 111 101010 101000001 1100 110101

Color Harmonies of #95788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95788B

Black with #95788B

Text Example


Text Example

White with #95788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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