Html Css Color HEX #95788A Mountbatten Pink

📋 copy color: '#95788A'

red 149 ◦ green 120 ◦ blue 138

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

Shades of Mountbatten Pink #95788A

Tints of Mountbatten Pink #95788A

RGB

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

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

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

R = 36.61%
G = 29.48%
B = 33.91%

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

#95788A (or 0x95788A) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 8A. RGB value is (149,120,138). Sum of RGB (Red+Green+Blue) = 149+120+138=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95788A is #6A8775. Grayscale: #828282. Windows color (decimal): -6981494 or 9074837. OLE color: 9074837.

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

Color convert

RGB 149 120 138 -
CMYK 0 0.19 0.07 0.42
HSL 322.76º 0.12% 0.53% -
HSV(B) 322.76º 0.19% 0.58% -
XYZ 23.7 21.66 26.98 -
YUV 130.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 149 120 138 0 0.19 0.07 0.42 322.76 0.12 0.53
Hex 95 78 8A 0 13 7 2A 143 C 35
Octal 225 170 212 0 23 7 52 503 14 65
Binary 10010101 1111000 10001010 0 10011 111 101010 101000011 1100 110101

Color Harmonies of #95788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95788A

Black with #95788A

Text Example


Text Example

White with #95788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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