Html Css Color HEX #947788 Mountbatten Pink

📋 copy color: '#947788'

red 148 ◦ green 119 ◦ blue 136

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

Shades of Mountbatten Pink #947788

Tints of Mountbatten Pink #947788

RGB

 RED value IS 148 (58.2% from 255) = 36.72%

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

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

R = 36.72%
G = 29.53%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#947788 (or 0x947788) is known color: Mountbatten Pink. HEX triplet: 94, 77 and 88. RGB value is (148,119,136). Sum of RGB (Red+Green+Blue) = 148+119+136=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #947788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947788 is #6B8877. Grayscale: #818181. Windows color (decimal): -7047288 or 8943508. OLE color: 8943508.

HSL color Cylindrical-coordinate representation of color #947788: hue angle of 324.83º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947788 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 136 -
CMYK 0 0.20 0.08 0.42
HSL 324.83º 0.12% 0.52% -
HSV(B) 324.83º 0.2% 0.58% -
XYZ 23.25 21.27 26.17 -
YUV 129.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 148 119 136 0 0.20 0.08 0.42 324.83 0.12 0.52
Hex 94 77 88 0 14 8 2A 145 C 34
Octal 224 167 210 0 24 10 52 505 14 64
Binary 10010100 1110111 10001000 0 10100 1000 101010 101000101 1100 110100

Color Harmonies of #947788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947788

Black with #947788

Text Example


Text Example

White with #947788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947788; }

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

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

background-color css

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

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

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

border-color css

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

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

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