Html Css Color HEX #896078 Strikemaster

📋 copy color: '#896078'

red 137 ◦ green 96 ◦ blue 120

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

Shades of Strikemaster #896078

Tints of Strikemaster #896078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 38.81%
G = 27.2%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#896078 (or 0x896078) is known color: Strikemaster. HEX triplet: 89, 60 and 78. RGB value is (137,96,120). Sum of RGB (Red+Green+Blue) = 137+96+120=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896078 is #769F87. Grayscale: #6E6E6E. Windows color (decimal): -7774088 or 7889033. OLE color: 7889033.

HSL color Cylindrical-coordinate representation of color #896078: hue angle of 324.88º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896078 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 120 -
CMYK 0 0.30 0.12 0.46
HSL 324.88º 0.18% 0.46% -
HSV(B) 324.88º 0.3% 0.54% -
XYZ 17.89 15.04 19.73 -
YUV 111 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 137 96 120 0 0.30 0.12 0.46 324.88 0.18 0.46
Hex 89 60 78 0 1E C 2E 145 12 2E
Octal 211 140 170 0 36 14 56 505 22 56
Binary 10001001 1100000 1111000 0 11110 1100 101110 101000101 10010 101110

Color Harmonies of #896078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896078

Black with #896078

Text Example


Text Example

White with #896078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896078; }

 p { color: rgb(137,96,120); }

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

background-color css

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

 a { background-color: rgb(137,96,120); }

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

border-color css

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

 span { border-color: rgb(137,96,120); }

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