Html Css Color HEX #896077 Strikemaster

📋 copy color: '#896077'

red 137 ◦ green 96 ◦ blue 119

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

Shades of Strikemaster #896077

Tints of Strikemaster #896077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.81%

R = 38.92%
G = 27.27%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#896077 (or 0x896077) is known color: Strikemaster. HEX triplet: 89, 60 and 77. RGB value is (137,96,119). Sum of RGB (Red+Green+Blue) = 137+96+119=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #896077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896077 is #769F88. Grayscale: #6E6E6E. Windows color (decimal): -7774089 or 7823497. OLE color: 7823497.

HSL color Cylindrical-coordinate representation of color #896077: hue angle of 326.34º 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 #896077 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 119 -
CMYK 0 0.30 0.13 0.46
HSL 326.34º 0.18% 0.46% -
HSV(B) 326.34º 0.3% 0.54% -
XYZ 17.83 15.02 19.41 -
YUV 110.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 137 96 119 0 0.30 0.13 0.46 326.34 0.18 0.46
Hex 89 60 77 0 1E D 2E 146 12 2E
Octal 211 140 167 0 36 15 56 506 22 56
Binary 10001001 1100000 1110111 0 11110 1101 101110 101000110 10010 101110

Color Harmonies of #896077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896077

Black with #896077

Text Example


Text Example

White with #896077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896077; }

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

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

background-color css

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

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

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

border-color css

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

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

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