Html Css Color HEX #89677F Strikemaster

📋 copy color: '#89677F'

red 137 ◦ green 103 ◦ blue 127

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

Shades of Strikemaster #89677F

Tints of Strikemaster #89677F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 37.33%
G = 28.07%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89677F (or 0x89677F) is known color: Strikemaster. HEX triplet: 89, 67 and 7F. RGB value is (137,103,127). Sum of RGB (Red+Green+Blue) = 137+103+127=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #89677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89677F is #769880. Grayscale: #737373. Windows color (decimal): -7772289 or 8349577. OLE color: 8349577.

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

Color convert

RGB 137 103 127 -
CMYK 0 0.25 0.07 0.46
HSL 317.65º 0.14% 0.47% -
HSV(B) 317.65º 0.25% 0.54% -
XYZ 19 16.55 22.27 -
YUV 115.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 137 103 127 0 0.25 0.07 0.46 317.65 0.14 0.47
Hex 89 67 7F 0 19 7 2E 13E E 2F
Octal 211 147 177 0 31 7 56 476 16 57
Binary 10001001 1100111 1111111 0 11001 111 101110 100111110 1110 101111

Color Harmonies of #89677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89677F

Black with #89677F

Text Example


Text Example

White with #89677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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