Html Css Color HEX #86667C Strikemaster

📋 copy color: '#86667C'

red 134 ◦ green 102 ◦ blue 124

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

Shades of Strikemaster #86667C

Tints of Strikemaster #86667C

RGB

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

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

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

R = 37.22%
G = 28.33%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86667C (or 0x86667C) is known color: Strikemaster. HEX triplet: 86, 66 and 7C. RGB value is (134,102,124). Sum of RGB (Red+Green+Blue) = 134+102+124=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86667C is #799983. Grayscale: #727272. Windows color (decimal): -7969156 or 8152710. OLE color: 8152710.

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

Color convert

RGB 134 102 124 -
CMYK 0 0.24 0.07 0.47
HSL 318.75º 0.14% 0.46% -
HSV(B) 318.75º 0.24% 0.53% -
XYZ 18.22 16.03 21.2 -
YUV 114.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 134 102 124 0 0.24 0.07 0.47 318.75 0.14 0.46
Hex 86 66 7C 0 18 7 2F 13F E 2E
Octal 206 146 174 0 30 7 57 477 16 56
Binary 10000110 1100110 1111100 0 11000 111 101111 100111111 1110 101110

Color Harmonies of #86667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86667C

Black with #86667C

Text Example


Text Example

White with #86667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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