Html Css Color HEX #86637C Strikemaster

📋 copy color: '#86637C'

red 134 ◦ green 99 ◦ blue 124

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

Shades of Strikemaster #86637C

Tints of Strikemaster #86637C

RGB

 RED value IS 134 (52.73% from 255) = 37.54%

 GREEN value IS 99 (39.06% from 255) = 27.73%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 37.54%
G = 27.73%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86637C (or 0x86637C) is known color: Strikemaster. HEX triplet: 86, 63 and 7C. RGB value is (134,99,124). Sum of RGB (Red+Green+Blue) = 134+99+124=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #86637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86637C is #799C83. Grayscale: #707070. Windows color (decimal): -7969924 or 8151942. OLE color: 8151942.

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

Color convert

RGB 134 99 124 -
CMYK 0 0.26 0.07 0.47
HSL 317.14º 0.15% 0.46% -
HSV(B) 317.14º 0.26% 0.53% -
XYZ 17.93 15.45 21.11 -
YUV 112.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 134 99 124 0 0.26 0.07 0.47 317.14 0.15 0.46
Hex 86 63 7C 0 1A 7 2F 13D F 2E
Octal 206 143 174 0 32 7 57 475 17 56
Binary 10000110 1100011 1111100 0 11010 111 101111 100111101 1111 101110

Color Harmonies of #86637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86637C

Black with #86637C

Text Example


Text Example

White with #86637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86637C; }

 p { color: rgb(134,99,124); }

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

background-color css

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

 a { background-color: rgb(134,99,124); }

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

border-color css

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

 span { border-color: rgb(134,99,124); }

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