Html Css Color HEX #896178 Strikemaster

📋 copy color: '#896178'

red 137 ◦ green 97 ◦ blue 120

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

Shades of Strikemaster #896178

Tints of Strikemaster #896178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

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

R = 38.7%
G = 27.4%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#896178 (or 0x896178) is known color: Strikemaster. HEX triplet: 89, 61 and 78. RGB value is (137,97,120). Sum of RGB (Red+Green+Blue) = 137+97+120=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #896178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896178 is #769E87. Grayscale: #6F6F6F. Windows color (decimal): -7773832 or 7889289. OLE color: 7889289.

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

Color convert

RGB 137 97 120 -
CMYK 0 0.29 0.12 0.46
HSL 325.5º 0.17% 0.46% -
HSV(B) 325.5º 0.29% 0.54% -
XYZ 17.98 15.22 19.76 -
YUV 111.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 137 97 120 0 0.29 0.12 0.46 325.5 0.17 0.46
Hex 89 61 78 0 1D C 2E 146 11 2E
Octal 211 141 170 0 35 14 56 506 21 56
Binary 10001001 1100001 1111000 0 11101 1100 101110 101000110 10001 101110

Color Harmonies of #896178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896178

Black with #896178

Text Example


Text Example

White with #896178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896178; }

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

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

background-color css

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

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

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

border-color css

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

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

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