Html Css Color HEX #86767F Strikemaster

📋 copy color: '#86767F'

red 134 ◦ green 118 ◦ blue 127

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

Shades of Strikemaster #86767F

Tints of Strikemaster #86767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 35.36%
G = 31.13%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86767F (or 0x86767F) is known color: Strikemaster. HEX triplet: 86, 76 and 7F. RGB value is (134,118,127). Sum of RGB (Red+Green+Blue) = 134+118+127=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #86767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86767F is #798980. Grayscale: #7B7B7B. Windows color (decimal): -7965057 or 8353414. OLE color: 8353414.

HSL color Cylindrical-coordinate representation of color #86767F: hue angle of 326.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86767F is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 118 127 -
CMYK 0 0.12 0.05 0.47
HSL 326.25º 0.06% 0.49% -
HSV(B) 326.25º 0.12% 0.53% -
XYZ 20.14 19.56 22.79 -
YUV 123.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 134 118 127 0 0.12 0.05 0.47 326.25 0.06 0.49
Hex 86 76 7F 0 C 5 2F 146 6 31
Octal 206 166 177 0 14 5 57 506 6 61
Binary 10000110 1110110 1111111 0 1100 101 101111 101000110 110 110001

Color Harmonies of #86767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86767F

Black with #86767F

Text Example


Text Example

White with #86767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86767F; }

 p { color: rgb(134,118,127); }

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

background-color css

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

 a { background-color: rgb(134,118,127); }

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

border-color css

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

 span { border-color: rgb(134,118,127); }

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