Html Css Color HEX #89677B Strikemaster

📋 copy color: '#89677B'

red 137 ◦ green 103 ◦ blue 123

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

Shades of Strikemaster #89677B

Tints of Strikemaster #89677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 37.74%
G = 28.37%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#89677B (or 0x89677B) is known color: Strikemaster. HEX triplet: 89, 67 and 7B. RGB value is (137,103,123). Sum of RGB (Red+Green+Blue) = 137+103+123=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89677B is #769884. Grayscale: #737373. Windows color (decimal): -7772293 or 8087433. OLE color: 8087433.

HSL color Cylindrical-coordinate representation of color #89677B: hue angle of 324.71º 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 #89677B is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 103 123 -
CMYK 0 0.25 0.10 0.46
HSL 324.71º 0.14% 0.47% -
HSV(B) 324.71º 0.25% 0.54% -
XYZ 18.74 16.45 20.93 -
YUV 115.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 137 103 123 0 0.25 0.10 0.46 324.71 0.14 0.47
Hex 89 67 7B 0 19 A 2E 145 E 2F
Octal 211 147 173 0 31 12 56 505 16 57
Binary 10001001 1100111 1111011 0 11001 1010 101110 101000101 1110 101111

Color Harmonies of #89677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89677B

Black with #89677B

Text Example


Text Example

White with #89677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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