Html Css Color HEX #94778B Mountbatten Pink

📋 copy color: '#94778B'

red 148 ◦ green 119 ◦ blue 139

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

Shades of Mountbatten Pink #94778B

Tints of Mountbatten Pink #94778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 36.45%
G = 29.31%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94778B (or 0x94778B) is known color: Mountbatten Pink. HEX triplet: 94, 77 and 8B. RGB value is (148,119,139). Sum of RGB (Red+Green+Blue) = 148+119+139=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #94778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94778B is #6B8874. Grayscale: #818181. Windows color (decimal): -7047285 or 9140116. OLE color: 9140116.

HSL color Cylindrical-coordinate representation of color #94778B: hue angle of 318.62º 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 #94778B is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 139 -
CMYK 0 0.20 0.06 0.42
HSL 318.62º 0.12% 0.52% -
HSV(B) 318.62º 0.2% 0.58% -
XYZ 23.47 21.35 27.31 -
YUV 129.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 148 119 139 0 0.20 0.06 0.42 318.62 0.12 0.52
Hex 94 77 8B 0 14 6 2A 13F C 34
Octal 224 167 213 0 24 6 52 477 14 64
Binary 10010100 1110111 10001011 0 10100 110 101010 100111111 1100 110100

Color Harmonies of #94778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94778B

Black with #94778B

Text Example


Text Example

White with #94778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94778B; }

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

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

background-color css

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

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

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

border-color css

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

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

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