Html Css Color HEX #94768B Mountbatten Pink

📋 copy color: '#94768B'

red 148 ◦ green 118 ◦ blue 139

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

Shades of Mountbatten Pink #94768B

Tints of Mountbatten Pink #94768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.14%

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

R = 36.54%
G = 29.14%
B = 34.32%

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

#94768B (or 0x94768B) is known color: Mountbatten Pink. HEX triplet: 94, 76 and 8B. RGB value is (148,118,139). Sum of RGB (Red+Green+Blue) = 148+118+139=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #94768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94768B is #6B8974. Grayscale: #818181. Windows color (decimal): -7047541 or 9139860. OLE color: 9139860.

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

Color convert

RGB 148 118 139 -
CMYK 0 0.20 0.06 0.42
HSL 318º 0.12% 0.52% -
HSV(B) 318º 0.2% 0.58% -
XYZ 23.35 21.12 27.27 -
YUV 129.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 148 118 139 0 0.20 0.06 0.42 318 0.12 0.52
Hex 94 76 8B 0 14 6 2A 13E C 34
Octal 224 166 213 0 24 6 52 476 14 64
Binary 10010100 1110110 10001011 0 10100 110 101010 100111110 1100 110100

Color Harmonies of #94768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94768B

Black with #94768B

Text Example


Text Example

White with #94768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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