Html Css Color HEX #96788B Mountbatten Pink

📋 copy color: '#96788B'

red 150 ◦ green 120 ◦ blue 139

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

Shades of Mountbatten Pink #96788B

Tints of Mountbatten Pink #96788B

RGB

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

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

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

R = 36.67%
G = 29.34%
B = 33.99%

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

#96788B (or 0x96788B) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 8B. RGB value is (150,120,139). Sum of RGB (Red+Green+Blue) = 150+120+139=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96788B is #698774. Grayscale: #838383. Windows color (decimal): -6915957 or 9140374. OLE color: 9140374.

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

Color convert

RGB 150 120 139 -
CMYK 0 0.20 0.07 0.41
HSL 322º 0.13% 0.53% -
HSV(B) 322º 0.2% 0.59% -
XYZ 23.95 21.78 27.37 -
YUV 131.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 150 120 139 0 0.20 0.07 0.41 322 0.13 0.53
Hex 96 78 8B 0 14 7 29 142 C 35
Octal 226 170 213 0 24 7 51 502 14 65
Binary 10010110 1111000 10001011 0 10100 111 101001 101000010 1100 110101

Color Harmonies of #96788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96788B

Black with #96788B

Text Example


Text Example

White with #96788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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