Html Css Color HEX #896978 Strikemaster

📋 copy color: '#896978'

red 137 ◦ green 105 ◦ blue 120

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

Shades of Strikemaster #896978

Tints of Strikemaster #896978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

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

R = 37.85%
G = 29.01%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#896978 (or 0x896978) is known color: Strikemaster. HEX triplet: 89, 69 and 78. RGB value is (137,105,120). Sum of RGB (Red+Green+Blue) = 137+105+120=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #896978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896978 is #769687. Grayscale: #747474. Windows color (decimal): -7771784 or 7891337. OLE color: 7891337.

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

Color convert

RGB 137 105 120 -
CMYK 0 0.23 0.12 0.46
HSL 331.88º 0.13% 0.47% -
HSV(B) 331.88º 0.23% 0.54% -
XYZ 18.76 16.78 20.02 -
YUV 116.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 137 105 120 0 0.23 0.12 0.46 331.88 0.13 0.47
Hex 89 69 78 0 17 C 2E 14C D 2F
Octal 211 151 170 0 27 14 56 514 15 57
Binary 10001001 1101001 1111000 0 10111 1100 101110 101001100 1101 101111

Color Harmonies of #896978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896978

Black with #896978

Text Example


Text Example

White with #896978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896978; }

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

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

background-color css

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

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

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

border-color css

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

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

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