Html Css Color HEX #896A7A Strikemaster

📋 copy color: '#896A7A'

red 137 ◦ green 106 ◦ blue 122

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

Shades of Strikemaster #896A7A

Tints of Strikemaster #896A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 37.53%
G = 29.04%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#896A7A (or 0x896A7A) is known color: Strikemaster. HEX triplet: 89, 6A and 7A. RGB value is (137,106,122). Sum of RGB (Red+Green+Blue) = 137+106+122=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #896A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A7A is #769585. Grayscale: #757575. Windows color (decimal): -7771526 or 8022665. OLE color: 8022665.

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

Color convert

RGB 137 106 122 -
CMYK 0 0.23 0.11 0.46
HSL 329.03º 0.13% 0.48% -
HSV(B) 329.03º 0.23% 0.54% -
XYZ 18.98 17.03 20.7 -
YUV 117.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 137 106 122 0 0.23 0.11 0.46 329.03 0.13 0.48
Hex 89 6A 7A 0 17 B 2E 149 D 30
Octal 211 152 172 0 27 13 56 511 15 60
Binary 10001001 1101010 1111010 0 10111 1011 101110 101001001 1101 110000

Color Harmonies of #896A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A7A

Black with #896A7A

Text Example


Text Example

White with #896A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896A7A; }

 p { color: rgb(137,106,122); }

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

background-color css

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

 a { background-color: rgb(137,106,122); }

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

border-color css

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

 span { border-color: rgb(137,106,122); }

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