Html Css Color HEX #977292 Mountbatten Pink

📋 copy color: '#977292'

red 151 ◦ green 114 ◦ blue 146

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

Shades of Mountbatten Pink #977292

Tints of Mountbatten Pink #977292

RGB

 RED value IS 151 (59.38% from 255) = 36.74%

 GREEN value IS 114 (44.92% from 255) = 27.74%

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 36.74%
G = 27.74%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#977292 (or 0x977292) is known color: Mountbatten Pink. HEX triplet: 97, 72 and 92. RGB value is (151,114,146). Sum of RGB (Red+Green+Blue) = 151+114+146=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #977292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977292 is #688D6D. Grayscale: #808080. Windows color (decimal): -6851950 or 9597591. OLE color: 9597591.

HSL color Cylindrical-coordinate representation of color #977292: hue angle of 308.11º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977292 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 146 -
CMYK 0 0.25 0.03 0.41
HSL 308.11º 0.15% 0.52% -
HSV(B) 308.11º 0.25% 0.59% -
XYZ 23.97 20.69 29.92 -
YUV 128.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 151 114 146 0 0.25 0.03 0.41 308.11 0.15 0.52
Hex 97 72 92 0 19 3 29 134 F 34
Octal 227 162 222 0 31 3 51 464 17 64
Binary 10010111 1110010 10010010 0 11001 11 101001 100110100 1111 110100

Color Harmonies of #977292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977292

Black with #977292

Text Example


Text Example

White with #977292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977292; }

 p { color: rgb(151,114,146); }

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

background-color css

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

 a { background-color: rgb(151,114,146); }

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

border-color css

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

 span { border-color: rgb(151,114,146); }

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