Html Css Color HEX #86667B Strikemaster

📋 copy color: '#86667B'

red 134 ◦ green 102 ◦ blue 123

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

Shades of Strikemaster #86667B

Tints of Strikemaster #86667B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 37.33%
G = 28.41%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86667B (or 0x86667B) is known color: Strikemaster. HEX triplet: 86, 66 and 7B. RGB value is (134,102,123). Sum of RGB (Red+Green+Blue) = 134+102+123=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86667B is #799984. Grayscale: #717171. Windows color (decimal): -7969157 or 8087174. OLE color: 8087174.

HSL color Cylindrical-coordinate representation of color #86667B: hue angle of 320.62º 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 #86667B is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 102 123 -
CMYK 0 0.24 0.08 0.47
HSL 320.63º 0.14% 0.46% -
HSV(B) 320.63º 0.24% 0.53% -
XYZ 18.16 16 20.87 -
YUV 113.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 134 102 123 0 0.24 0.08 0.47 320.63 0.14 0.46
Hex 86 66 7B 0 18 8 2F 141 E 2E
Octal 206 146 173 0 30 10 57 501 16 56
Binary 10000110 1100110 1111011 0 11000 1000 101111 101000001 1110 101110

Color Harmonies of #86667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86667B

Black with #86667B

Text Example


Text Example

White with #86667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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