Html Css Color HEX #89687A Strikemaster

📋 copy color: '#89687A'

red 137 ◦ green 104 ◦ blue 122

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

Shades of Strikemaster #89687A

Tints of Strikemaster #89687A

RGB

 RED value IS 137 (53.91% from 255) = 37.74%

 GREEN value IS 104 (41.02% from 255) = 28.65%

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 37.74%
G = 28.65%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89687A (or 0x89687A) is known color: Strikemaster. HEX triplet: 89, 68 and 7A. RGB value is (137,104,122). Sum of RGB (Red+Green+Blue) = 137+104+122=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89687A is #769785. Grayscale: #737373. Windows color (decimal): -7772038 or 8022153. OLE color: 8022153.

HSL color Cylindrical-coordinate representation of color #89687A: hue angle of 327.27º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89687A is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 104 122 -
CMYK 0 0.24 0.11 0.46
HSL 327.27º 0.14% 0.47% -
HSV(B) 327.27º 0.24% 0.54% -
XYZ 18.78 16.62 20.63 -
YUV 115.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 137 104 122 0 0.24 0.11 0.46 327.27 0.14 0.47
Hex 89 68 7A 0 18 B 2E 147 E 2F
Octal 211 150 172 0 30 13 56 507 16 57
Binary 10001001 1101000 1111010 0 11000 1011 101110 101000111 1110 101111

Color Harmonies of #89687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89687A

Black with #89687A

Text Example


Text Example

White with #89687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,104,122); }

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

background-color css

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

 a { background-color: rgb(137,104,122); }

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

border-color css

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

 span { border-color: rgb(137,104,122); }

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