Html Css Color HEX #967786 Mountbatten Pink

📋 copy color: '#967786'

red 150 ◦ green 119 ◦ blue 134

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

Shades of Mountbatten Pink #967786

Tints of Mountbatten Pink #967786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 37.22%
G = 29.53%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#967786 (or 0x967786) is known color: Mountbatten Pink. HEX triplet: 96, 77 and 86. RGB value is (150,119,134). Sum of RGB (Red+Green+Blue) = 150+119+134=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #967786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967786 is #698879. Grayscale: #818181. Windows color (decimal): -6916218 or 8812438. OLE color: 8812438.

HSL color Cylindrical-coordinate representation of color #967786: hue angle of 330.97º 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 #967786 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 119 134 -
CMYK 0 0.21 0.11 0.41
HSL 330.97º 0.13% 0.53% -
HSV(B) 330.97º 0.21% 0.59% -
XYZ 23.48 21.4 25.45 -
YUV 129.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 150 119 134 0 0.21 0.11 0.41 330.97 0.13 0.53
Hex 96 77 86 0 15 B 29 14B D 35
Octal 226 167 206 0 25 13 51 513 15 65
Binary 10010110 1110111 10000110 0 10101 1011 101001 101001011 1101 110101

Color Harmonies of #967786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967786

Black with #967786

Text Example


Text Example

White with #967786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967786; }

 p { color: rgb(150,119,134); }

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

background-color css

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

 a { background-color: rgb(150,119,134); }

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

border-color css

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

 span { border-color: rgb(150,119,134); }

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