Html Css Color HEX #896676 Strikemaster

📋 copy color: '#896676'

red 137 ◦ green 102 ◦ blue 118

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

Shades of Strikemaster #896676

Tints of Strikemaster #896676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 38.38%
G = 28.57%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#896676 (or 0x896676) is known color: Strikemaster. HEX triplet: 89, 66 and 76. RGB value is (137,102,118). Sum of RGB (Red+Green+Blue) = 137+102+118=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #896676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896676 is #769989. Grayscale: #727272. Windows color (decimal): -7772554 or 7759497. OLE color: 7759497.

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

Color convert

RGB 137 102 118 -
CMYK 0 0.26 0.14 0.46
HSL 332.57º 0.15% 0.47% -
HSV(B) 332.57º 0.26% 0.54% -
XYZ 18.34 16.13 19.29 -
YUV 114.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 137 102 118 0 0.26 0.14 0.46 332.57 0.15 0.47
Hex 89 66 76 0 1A E 2E 14D F 2F
Octal 211 146 166 0 32 16 56 515 17 57
Binary 10001001 1100110 1110110 0 11010 1110 101110 101001101 1111 101111

Color Harmonies of #896676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896676

Black with #896676

Text Example


Text Example

White with #896676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896676; }

 p { color: rgb(137,102,118); }

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

background-color css

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

 a { background-color: rgb(137,102,118); }

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

border-color css

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

 span { border-color: rgb(137,102,118); }

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