Html Css Color HEX #89677C Strikemaster

📋 copy color: '#89677C'

red 137 ◦ green 103 ◦ blue 124

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

Shades of Strikemaster #89677C

Tints of Strikemaster #89677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.3%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 37.64%
G = 28.3%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89677C (or 0x89677C) is known color: Strikemaster. HEX triplet: 89, 67 and 7C. RGB value is (137,103,124). Sum of RGB (Red+Green+Blue) = 137+103+124=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89677C is #769883. Grayscale: #737373. Windows color (decimal): -7772292 or 8152969. OLE color: 8152969.

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

Color convert

RGB 137 103 124 -
CMYK 0 0.25 0.09 0.46
HSL 322.94º 0.14% 0.47% -
HSV(B) 322.94º 0.25% 0.54% -
XYZ 18.8 16.47 21.26 -
YUV 115.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 137 103 124 0 0.25 0.09 0.46 322.94 0.14 0.47
Hex 89 67 7C 0 19 9 2E 143 E 2F
Octal 211 147 174 0 31 11 56 503 16 57
Binary 10001001 1100111 1111100 0 11001 1001 101110 101000011 1110 101111

Color Harmonies of #89677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89677C

Black with #89677C

Text Example


Text Example

White with #89677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89677C; }

 p { color: rgb(137,103,124); }

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

background-color css

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

 a { background-color: rgb(137,103,124); }

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

border-color css

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

 span { border-color: rgb(137,103,124); }

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