Html Css Color HEX #97768A Mountbatten Pink

📋 copy color: '#97768A'

red 151 ◦ green 118 ◦ blue 138

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

Shades of Mountbatten Pink #97768A

Tints of Mountbatten Pink #97768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 37.1%
G = 28.99%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97768A (or 0x97768A) is known color: Mountbatten Pink. HEX triplet: 97, 76 and 8A. RGB value is (151,118,138). Sum of RGB (Red+Green+Blue) = 151+118+138=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #97768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97768A is #688975. Grayscale: #828282. Windows color (decimal): -6850934 or 9074327. OLE color: 9074327.

HSL color Cylindrical-coordinate representation of color #97768A: hue angle of 323.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97768A is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 118 138 -
CMYK 0 0.22 0.09 0.41
HSL 323.64º 0.14% 0.53% -
HSV(B) 323.64º 0.22% 0.59% -
XYZ 23.83 21.37 26.91 -
YUV 130.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 151 118 138 0 0.22 0.09 0.41 323.64 0.14 0.53
Hex 97 76 8A 0 16 9 29 144 E 35
Octal 227 166 212 0 26 11 51 504 16 65
Binary 10010111 1110110 10001010 0 10110 1001 101001 101000100 1110 110101

Color Harmonies of #97768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97768A

Black with #97768A

Text Example


Text Example

White with #97768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97768A; }

 p { color: rgb(151,118,138); }

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

background-color css

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

 a { background-color: rgb(151,118,138); }

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

border-color css

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

 span { border-color: rgb(151,118,138); }

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