Html Css Color HEX #967787 Mountbatten Pink

📋 copy color: '#967787'

red 150 ◦ green 119 ◦ blue 135

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

Shades of Mountbatten Pink #967787

Tints of Mountbatten Pink #967787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.42%

R = 37.13%
G = 29.46%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#967787 (or 0x967787) is known color: Mountbatten Pink. HEX triplet: 96, 77 and 87. RGB value is (150,119,135). Sum of RGB (Red+Green+Blue) = 150+119+135=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #967787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967787 is #698878. Grayscale: #828282. Windows color (decimal): -6916217 or 8877974. OLE color: 8877974.

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

Color convert

RGB 150 119 135 -
CMYK 0 0.21 0.1 0.41
HSL 329.03º 0.13% 0.53% -
HSV(B) 329.03º 0.21% 0.59% -
XYZ 23.55 21.43 25.82 -
YUV 130.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 150 119 135 0 0.21 0.1 0.41 329.03 0.13 0.53
Hex 96 77 87 0 15 A 29 149 D 35
Octal 226 167 207 0 25 12 51 511 15 65
Binary 10010110 1110111 10000111 0 10101 1010 101001 101001001 1101 110101

Color Harmonies of #967787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967787

Black with #967787

Text Example


Text Example

White with #967787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967787; }

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

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

background-color css

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

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

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

border-color css

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

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

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