Html Css Color HEX #967788 Mountbatten Pink

📋 copy color: '#967788'

red 150 ◦ green 119 ◦ blue 136

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

Shades of Mountbatten Pink #967788

Tints of Mountbatten Pink #967788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.58%

R = 37.04%
G = 29.38%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967788 (or 0x967788) is known color: Mountbatten Pink. HEX triplet: 96, 77 and 88. RGB value is (150,119,136). Sum of RGB (Red+Green+Blue) = 150+119+136=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #967788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967788 is #698877. Grayscale: #828282. Windows color (decimal): -6916216 or 8943510. OLE color: 8943510.

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

Color convert

RGB 150 119 136 -
CMYK 0 0.21 0.09 0.41
HSL 327.1º 0.13% 0.53% -
HSV(B) 327.1º 0.21% 0.59% -
XYZ 23.62 21.46 26.19 -
YUV 130.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 150 119 136 0 0.21 0.09 0.41 327.1 0.13 0.53
Hex 96 77 88 0 15 9 29 147 D 35
Octal 226 167 210 0 25 11 51 507 15 65
Binary 10010110 1110111 10001000 0 10101 1001 101001 101000111 1101 110101

Color Harmonies of #967788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967788

Black with #967788

Text Example


Text Example

White with #967788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967788; }

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

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

background-color css

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

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

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

border-color css

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

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

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