Html Css Color HEX #9B728A Mountbatten Pink

📋 copy color: '#9B728A'

red 155 ◦ green 114 ◦ blue 138

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

Shades of Mountbatten Pink #9B728A

Tints of Mountbatten Pink #9B728A

RGB

 RED value IS 155 (60.94% from 255) = 38.08%

 GREEN value IS 114 (44.92% from 255) = 28.01%

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

R = 38.08%
G = 28.01%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B728A (or 0x9B728A) is known color: Mountbatten Pink. HEX triplet: 9B, 72 and 8A. RGB value is (155,114,138). Sum of RGB (Red+Green+Blue) = 155+114+138=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B728A is #648D75. Grayscale: #808080. Windows color (decimal): -6589814 or 9073307. OLE color: 9073307.

HSL color Cylindrical-coordinate representation of color #9B728A: hue angle of 324.88º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B728A is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 114 138 -
CMYK 0 0.26 0.11 0.39
HSL 324.88º 0.17% 0.53% -
HSV(B) 324.88º 0.26% 0.61% -
XYZ 24.12 20.84 26.8 -
YUV 129 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 155 114 138 0 0.26 0.11 0.39 324.88 0.17 0.53
Hex 9B 72 8A 0 1A B 27 145 11 35
Octal 233 162 212 0 32 13 47 505 21 65
Binary 10011011 1110010 10001010 0 11010 1011 100111 101000101 10001 110101

Color Harmonies of #9B728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B728A

Black with #9B728A

Text Example


Text Example

White with #9B728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B728A; }

 p { color: rgb(155,114,138); }

 H1.HeaderClassName
 {
   color: #9B728A;
 }
 .AnyTagClassName
 {
   color: #9B728A;
 }
</style>

background-color css

<style>
 a { background-color: #9B728A; }

 a { background-color: rgb(155,114,138); }

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

border-color css

<style>
 span { border-color: #9B728A; }

 span { border-color: rgb(155,114,138); }

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