Html Css Color HEX #896677 Strikemaster

📋 copy color: '#896677'

red 137 ◦ green 102 ◦ blue 119

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

Shades of Strikemaster #896677

Tints of Strikemaster #896677

RGB

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

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

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

R = 38.27%
G = 28.49%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#896677 (or 0x896677) is known color: Strikemaster. HEX triplet: 89, 66 and 77. RGB value is (137,102,119). Sum of RGB (Red+Green+Blue) = 137+102+119=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #896677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896677 is #769988. Grayscale: #727272. Windows color (decimal): -7772553 or 7825033. OLE color: 7825033.

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

Color convert

RGB 137 102 119 -
CMYK 0 0.26 0.13 0.46
HSL 330.86º 0.15% 0.47% -
HSV(B) 330.86º 0.26% 0.54% -
XYZ 18.4 16.15 19.6 -
YUV 114.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 137 102 119 0 0.26 0.13 0.46 330.86 0.15 0.47
Hex 89 66 77 0 1A D 2E 14B F 2F
Octal 211 146 167 0 32 15 56 513 17 57
Binary 10001001 1100110 1110111 0 11010 1101 101110 101001011 1111 101111

Color Harmonies of #896677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896677

Black with #896677

Text Example


Text Example

White with #896677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896677; }

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

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

background-color css

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

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

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

border-color css

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

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

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