Html Css Color HEX #917F88 Mountbatten Pink

📋 copy color: '#917F88'

red 145 ◦ green 127 ◦ blue 136

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

Shades of Mountbatten Pink #917F88

Tints of Mountbatten Pink #917F88

RGB

 RED value IS 145 (57.03% from 255) = 35.54%

 GREEN value IS 127 (50% from 255) = 31.13%

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

R = 35.54%
G = 31.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#917F88 (or 0x917F88) is known color: Mountbatten Pink. HEX triplet: 91, 7F and 88. RGB value is (145,127,136). Sum of RGB (Red+Green+Blue) = 145+127+136=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 145 - color contains mainly: red. Hex color #917F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F88 is #6E8077. Grayscale: #858585. Windows color (decimal): -7241848 or 8945553. OLE color: 8945553.

HSL color Cylindrical-coordinate representation of color #917F88: hue angle of 330º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #917F88 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 127 136 -
CMYK 0 0.12 0.06 0.43
HSL 330º 0.08% 0.53% -
HSV(B) 330º 0.12% 0.57% -
XYZ 23.71 22.98 26.48 -
YUV 133.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 145 127 136 0 0.12 0.06 0.43 330 0.08 0.53
Hex 91 7F 88 0 C 6 2B 14A 8 35
Octal 221 177 210 0 14 6 53 512 10 65
Binary 10010001 1111111 10001000 0 1100 110 101011 101001010 1000 110101

Color Harmonies of #917F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F88

Black with #917F88

Text Example


Text Example

White with #917F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917F88; }

 p { color: rgb(145,127,136); }

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

background-color css

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

 a { background-color: rgb(145,127,136); }

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

border-color css

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

 span { border-color: rgb(145,127,136); }

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