Html Css Color HEX #96788C Mountbatten Pink

📋 copy color: '#96788C'

red 150 ◦ green 120 ◦ blue 140

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

Shades of Mountbatten Pink #96788C

Tints of Mountbatten Pink #96788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 36.59%
G = 29.27%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96788C (or 0x96788C) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 8C. RGB value is (150,120,140). Sum of RGB (Red+Green+Blue) = 150+120+140=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96788C is #698773. Grayscale: #838383. Windows color (decimal): -6915956 or 9205910. OLE color: 9205910.

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

Color convert

RGB 150 120 140 -
CMYK 0 0.20 0.07 0.41
HSL 320º 0.13% 0.53% -
HSV(B) 320º 0.2% 0.59% -
XYZ 24.03 21.81 27.75 -
YUV 131.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 150 120 140 0 0.20 0.07 0.41 320 0.13 0.53
Hex 96 78 8C 0 14 7 29 140 C 35
Octal 226 170 214 0 24 7 51 500 14 65
Binary 10010110 1111000 10001100 0 10100 111 101001 101000000 1100 110101

Color Harmonies of #96788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96788C

Black with #96788C

Text Example


Text Example

White with #96788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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