Html Css Color HEX #96768B Mountbatten Pink

📋 copy color: '#96768B'

red 150 ◦ green 118 ◦ blue 139

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

Shades of Mountbatten Pink #96768B

Tints of Mountbatten Pink #96768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

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

R = 36.86%
G = 28.99%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96768B (or 0x96768B) is known color: Mountbatten Pink. HEX triplet: 96, 76 and 8B. RGB value is (150,118,139). Sum of RGB (Red+Green+Blue) = 150+118+139=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96768B is #698974. Grayscale: #818181. Windows color (decimal): -6916469 or 9139862. OLE color: 9139862.

HSL color Cylindrical-coordinate representation of color #96768B: hue angle of 320.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96768B is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 118 139 -
CMYK 0 0.21 0.07 0.41
HSL 320.63º 0.13% 0.53% -
HSV(B) 320.63º 0.21% 0.59% -
XYZ 23.72 21.3 27.29 -
YUV 129.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 150 118 139 0 0.21 0.07 0.41 320.63 0.13 0.53
Hex 96 76 8B 0 15 7 29 141 D 35
Octal 226 166 213 0 25 7 51 501 15 65
Binary 10010110 1110110 10001011 0 10101 111 101001 101000001 1101 110101

Color Harmonies of #96768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96768B

Black with #96768B

Text Example


Text Example

White with #96768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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