Html Css Color HEX #96788A Mountbatten Pink

📋 copy color: '#96788A'

red 150 ◦ green 120 ◦ blue 138

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

Shades of Mountbatten Pink #96788A

Tints of Mountbatten Pink #96788A

RGB

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

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

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

R = 36.76%
G = 29.41%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96788A (or 0x96788A) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 8A. RGB value is (150,120,138). Sum of RGB (Red+Green+Blue) = 150+120+138=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #96788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96788A is #698775. Grayscale: #828282. Windows color (decimal): -6915958 or 9074838. OLE color: 9074838.

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

Color convert

RGB 150 120 138 -
CMYK 0 0.20 0.08 0.41
HSL 324º 0.13% 0.53% -
HSV(B) 324º 0.2% 0.59% -
XYZ 23.88 21.75 26.98 -
YUV 131.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 150 120 138 0 0.20 0.08 0.41 324 0.13 0.53
Hex 96 78 8A 0 14 8 29 144 C 35
Octal 226 170 212 0 24 10 51 504 14 65
Binary 10010110 1111000 10001010 0 10100 1000 101001 101000100 1100 110101

Color Harmonies of #96788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96788A

Black with #96788A

Text Example


Text Example

White with #96788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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