Html Css Color HEX #96788E Mountbatten Pink

📋 copy color: '#96788E'

red 150 ◦ green 120 ◦ blue 142

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

Shades of Mountbatten Pink #96788E

Tints of Mountbatten Pink #96788E

RGB

 RED value IS 150 (58.98% from 255) = 36.41%

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

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 36.41%
G = 29.13%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96788E (or 0x96788E) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 8E. RGB value is (150,120,142). Sum of RGB (Red+Green+Blue) = 150+120+142=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #96788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96788E is #698771. Grayscale: #838383. Windows color (decimal): -6915954 or 9336982. OLE color: 9336982.

HSL color Cylindrical-coordinate representation of color #96788E: hue angle of 316º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96788E is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 142 -
CMYK 0 0.20 0.05 0.41
HSL 316º 0.13% 0.53% -
HSV(B) 316º 0.2% 0.59% -
XYZ 24.18 21.87 28.54 -
YUV 131.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 150 120 142 0 0.20 0.05 0.41 316 0.13 0.53
Hex 96 78 8E 0 14 5 29 13C C 35
Octal 226 170 216 0 24 5 51 474 14 65
Binary 10010110 1111000 10001110 0 10100 101 101001 100111100 1100 110101

Color Harmonies of #96788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96788E

Black with #96788E

Text Example


Text Example

White with #96788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96788E; }

 p { color: rgb(150,120,142); }

 H1.HeaderClassName
 {
   color: #96788E;
 }
 .AnyTagClassName
 {
   color: #96788E;
 }
</style>

background-color css

<style>
 a { background-color: #96788E; }

 a { background-color: rgb(150,120,142); }

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

border-color css

<style>
 span { border-color: #96788E; }

 span { border-color: rgb(150,120,142); }

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